Skip to content

Commit

Permalink
Fix dynamic instance switching
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Sep 24, 2024
1 parent a704035 commit de73284
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 @@ -23,7 +23,7 @@
$: systemidStore.set([systemid]);
</script>

{#if !$easydbInstanceDataStore }
{#if !$easydbInstanceDataStore || ($easydbInstanceDataStore.instance !== easydbInstance) }
<Waiting>
Accessing the EasyDB instance...
</Waiting>
Expand Down

0 comments on commit de73284

Please sign in to comment.