diff --git a/src/context/storage-context/storage-provider.tsx b/src/context/storage-context/storage-provider.tsx index ea318f0f..7d52563b 100644 --- a/src/context/storage-context/storage-provider.tsx +++ b/src/context/storage-context/storage-provider.tsx @@ -235,7 +235,11 @@ export const StorageProvider: React.FC = ({ includeTables?: boolean; includeRelationships?: boolean; includeDependencies?: boolean; - } = { includeRelationships: false, includeTables: false } + } = { + includeRelationships: false, + includeTables: false, + includeDependencies: false, + } ): Promise => { const diagram = await db.diagrams.get(id);