mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-14 10:57:22 +00:00
add examples
This commit is contained in:
@@ -52,6 +52,8 @@ export const ChartDBProvider: React.FC<React.PropsWithChildren> = ({
|
||||
]
|
||||
);
|
||||
|
||||
console.log(JSON.stringify(currentDiagram));
|
||||
|
||||
const clearDiagramData: ChartDBContext['clearDiagramData'] =
|
||||
useCallback(async () => {
|
||||
const updatedAt = new Date();
|
||||
|
||||
Reference in New Issue
Block a user