Skip to content

Commit ab34166

Browse files
committed
fix: update job info store import to use background job API
1 parent 3ad8dc1 commit ab34166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/BulkActionButton.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
import 'flag-icon-css/css/flag-icons.min.css';
6464
import websocket from '@/websocket';
6565
import { useFiltersStore } from '@/stores/filters';
66-
import { useJobInfoStore } from '@/custom/plugins/BackgroundJobsPlugin/useBackgroundJobPlugin.ts';
66+
import { useBackgroundJobApi } from '@/custom/plugins/BackgroundJobsPlugin/useBackgroundJobApi.ts';
6767
6868
const filtersStore = useFiltersStore();
69-
const jobInfoStore = useJobInfoStore();
69+
const jobInfoStore = useBackgroundJobApi();
7070
7171
const { t } = useI18n();
7272
const adminforth = useAdminforth();

0 commit comments

Comments
 (0)