mirror of
https://github.com/docmost/docmost.git
synced 2026-07-26 03:04:51 +10:00
fix(base): refresh grid headers when a property is renamed
This commit is contained in:
@@ -186,6 +186,7 @@ export function BaseTable({ baseId }: BaseTableProps) {
|
||||
/>
|
||||
<GridContainer
|
||||
table={table}
|
||||
properties={base.properties}
|
||||
onCellUpdate={handleCellUpdate}
|
||||
onAddRow={handleAddRow}
|
||||
baseId={baseId}
|
||||
|
||||
Reference in New Issue
Block a user