mirror of
https://github.com/chartdb/chartdb.git
synced 2025-10-30 03:23:54 +00:00
add open diagram dialog, last updated and created time
This commit is contained in:
@@ -128,6 +128,8 @@ export const chartDBContext = createContext<ChartDBContext>({
|
||||
id: '',
|
||||
name: '',
|
||||
databaseType: DatabaseType.GENERIC,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
|
||||
// General operations
|
||||
|
||||
Reference in New Issue
Block a user