fix types

This commit is contained in:
Guy Ben-Aharon
2024-08-20 18:10:25 +03:00
parent 27de1d2c59
commit 4dfe986fdd
2 changed files with 18 additions and 8 deletions

View File

@@ -108,6 +108,7 @@ export const ChartDBProvider: React.FC<React.PropsWithChildren> = ({
indexes: [],
color: randomHSLA(),
createdAt: Date.now(),
isView: false,
};
await addTable(table);