mirror of
https://github.com/chartdb/chartdb.git
synced 2025-10-28 18:43:53 +00:00
fix undo delete tables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user