Skip to content

Commit

Permalink
Disable pagination in Table component
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Dec 20, 2023
1 parent 259cabd commit 2b6759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/src/routes/settings/model.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function SettingsModelRoot() {
<dl className="mt-6 space-y-6 divide-y divide-gray-100 text-sm leading-6 ">
<div className="mt-5 md:col-span-2 md:mt-0">
<Table
pagination={false}
// pagination={false}
dataSource={data.data}
columns={[
{
Expand Down

0 comments on commit 2b6759c

Please sign in to comment.