fix(base): refresh grid headers when a property is renamed

This commit is contained in:
Philipinho
2026-04-18 20:51:14 +01:00
parent b88c060df8
commit f812162a26
4 changed files with 23 additions and 8 deletions
@@ -186,6 +186,7 @@ export function BaseTable({ baseId }: BaseTableProps) {
/>
<GridContainer
table={table}
properties={base.properties}
onCellUpdate={handleCellUpdate}
onAddRow={handleAddRow}
baseId={baseId}