Skip to content

Commit

Permalink
fix: unable to open settingbar context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Aug 9, 2022
1 parent 1590ffa commit 44eb507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/components/SettingBarContext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@
import { computed, Prop, ref } from 'vue';
import { storeToRefs } from 'pinia';
import { uidGen } from 'common/libs/uidGen';
import { useI18n } from 'vue-i18n';
import { useConnectionsStore } from '@/stores/connections';
import { useWorkspacesStore } from '@/stores/workspaces';
import BaseContextMenu from '@/components/BaseContextMenu.vue';
import ConfirmModal from '@/components/BaseConfirmModal.vue';
import { ConnectionParams } from 'common/interfaces/antares';
const { t } = useI18n();
const connectionsStore = useConnectionsStore();
const {
Expand Down

0 comments on commit 44eb507

Please sign in to comment.