diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index b21cd5c..4d3638a 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -10,9 +10,11 @@ let url: string = $state("/"); -
+
- +
+ diff --git a/frontend/src/components/AuthorEditor.svelte b/frontend/src/components/AuthorEditor.svelte index 1177d3b..71b1b9b 100644 --- a/frontend/src/components/AuthorEditor.svelte +++ b/frontend/src/components/AuthorEditor.svelte @@ -16,7 +16,7 @@
- +
diff --git a/frontend/src/components/BookEditor.svelte b/frontend/src/components/BookEditor.svelte index d3e1154..7b4cd7c 100644 --- a/frontend/src/components/BookEditor.svelte +++ b/frontend/src/components/BookEditor.svelte @@ -41,13 +41,13 @@
- - + +
- +
@@ -58,6 +58,7 @@ return { value: a.ID, name: a.Name }; })} bind:value={book.AuthorID} + required />