1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Use defaults

This commit is contained in:
Adria Navarro 2023-07-20 12:10:52 +02:00
parent b5dfc3ef68
commit e0b91d5941
2 changed files with 0 additions and 2 deletions

View file

@ -44,7 +44,6 @@
<Grid
{API}
tableId={id}
datasourceType="table"
allowAddRows={!isUsersTable}
allowDeleteRows={!isUsersTable}
schemaOverrides={isUsersTable ? userSchemaOverrides : null}

View file

@ -39,7 +39,6 @@
>
<Grid
tableId={table?.tableId}
datasourceType="table"
{API}
{allowAddRows}
{allowEditRows}