1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
This commit is contained in:
Andrew Kingston 2021-08-03 12:52:01 +01:00
parent 6b2f70ce05
commit b768e2991f
2 changed files with 2 additions and 3 deletions

View file

@ -15,6 +15,6 @@
}
</script>
<ModalContent title="Create Layout" confirmText="Create" onConfirm="{save}">
<input thin label="Name" bind:value="{name}" />
<ModalContent title="Create Layout" confirmText="Create" onConfirm={save}>
<Input thin label="Name" bind:value={name} />
</ModalContent>

View file

@ -1,5 +1,4 @@
import { writable, get } from "svelte/store"
import { notificationStore } from "./notification"
export const createDataSourceStore = () => {
const store = writable([])