diff --git a/packages/builder/src/components/design/NavigationPanel/NewLayoutModal.svelte b/packages/builder/src/components/design/NavigationPanel/NewLayoutModal.svelte index 403cce1f74..0ed9014eac 100644 --- a/packages/builder/src/components/design/NavigationPanel/NewLayoutModal.svelte +++ b/packages/builder/src/components/design/NavigationPanel/NewLayoutModal.svelte @@ -15,6 +15,6 @@ } - - + + diff --git a/packages/client/src/store/dataSource.js b/packages/client/src/store/dataSource.js index 6f08604eae..963548158d 100644 --- a/packages/client/src/store/dataSource.js +++ b/packages/client/src/store/dataSource.js @@ -1,5 +1,4 @@ import { writable, get } from "svelte/store" -import { notificationStore } from "./notification" export const createDataSourceStore = () => { const store = writable([])