Skip to content

Commit

Permalink
Fix dynamic instance switching
Browse files Browse the repository at this point in the history
dokempf committed Sep 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -23,7 +23,7 @@
$: systemidStore.set([systemid]);
</script>

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

0 comments on commit de73284

Please sign in to comment.