add open diagram dialog, last updated and created time

This commit is contained in:
Guy Ben-Aharon
2024-08-21 21:37:35 +03:00
parent c257deea4d
commit 685365abfe
13 changed files with 506 additions and 84 deletions

View File

@@ -128,6 +128,8 @@ export const chartDBContext = createContext<ChartDBContext>({
id: '',
name: '',
databaseType: DatabaseType.GENERIC,
createdAt: new Date(),
updatedAt: new Date(),
},
// General operations