Skip to content

Commit

Permalink
Use defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jul 20, 2023
1 parent 1301383 commit deeb77d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<Grid
{API}
tableId={id}
datasourceType="table"
allowAddRows={!isUsersTable}
allowDeleteRows={!isUsersTable}
schemaOverrides={isUsersTable ? userSchemaOverrides : null}
Expand Down
1 change: 0 additions & 1 deletion packages/client/src/components/app/GridBlock.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
>
<Grid
tableId={table?.tableId}
datasourceType="table"
{API}
{allowAddRows}
{allowEditRows}
Expand Down

0 comments on commit deeb77d

Please sign in to comment.