fix undo delete tables

This commit is contained in:
Guy Ben-Aharon
2024-08-20 22:46:11 +03:00
parent 363f7fd756
commit 4ede0f3117
3 changed files with 19 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ export interface ChartDBContext {
) => Promise<void>;
updateTablesState: (
updateFn: (tables: DBTable[]) => PartialExcept<DBTable, 'id'>[],
options?: { updateHistory: boolean }
options?: { updateHistory: boolean; forceOverride?: boolean }
) => Promise<void>;
// Field operations