Skip to content

Commit

Permalink
Do not store explicit updates on the UUID stack
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jul 23, 2024
1 parent 5dbc8c4 commit dfb7573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EasyDBDetailView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$: appLanguageStore.set(appLanguage);
$: dataLanguagesStore.set(dataLanguages);
$: easydbInstanceStore.set(easydbInstance);
$: uuidStore.update((existing) => [...existing, uuid]);
$: uuidStore.set([uuid]);
</script>

{#await $easydbInstanceDataPromiseStore }
Expand Down

0 comments on commit dfb7573

Please sign in to comment.