File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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' ;
6667
6768 const filtersStore = useFiltersStore ();
69+ const jobInfoStore = useJobInfoStore ();
6870
6971 const { t } = useI18n ();
7072 const adminforth = useAdminforth ();
138140 const jobId = res .jobId ;
139141 if (jobId ) {
140142 console .log (' Opening job info popup for jobId:' , jobId );
141- // @ts-ignore
142- window .OpenJobInfoPopup (jobId );
143+ jobInfoStore .openJobInfoPopup (jobId );
143144 }
144145 } else {
145146 adminforth .alert ({ message: res .errorMessage || t (' Failed to translate selected items. Please, try again.' ), variant: ' danger' });
You can’t perform that action at this time.
0 commit comments