Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Fix tags undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Jun 28, 2024
1 parent 063fde1 commit 1cf248e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/forms/GraphForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
is_public: true,
favorite: false
});
$formStore.tags = $formStore.tags ?? [];
$: if (graph) {
console.log(graph);
Expand Down

0 comments on commit 1cf248e

Please sign in to comment.