Skip to content

Commit

Permalink
fix: unable to disconnect from database
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Apr 30, 2022
1 parent 4be0f6b commit 47e1f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/WorkspaceExploreBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
const { changeExplorebarSize } = settingsStore;
const {
getWorkspace,
disconnectWorkspace,
removeConnected: disconnectWorkspace,
refreshStructure,
changeBreadcrumbs,
selectTab,
Expand Down

0 comments on commit 47e1f27

Please sign in to comment.