Skip to content

Commit

Permalink
Fixed: imports missing for toast and translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Nov 2, 2023
1 parent 32db074 commit 14658a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Brokering.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ import { useRouter } from 'vue-router'
import { mapGetters } from "vuex";
import JobConfiguration from '@/components/JobConfiguration.vue';
import { DateTime } from 'luxon';
import { generateJobCustomOptions, generateJobCustomParameters, isFutureDate } from '@/utils';
import { generateJobCustomOptions, generateJobCustomParameters, isFutureDate, showToast } from '@/utils';
import emitter from '@/event-bus';
import MoreJobs from '@/components/MoreJobs.vue';
import { Actions, hasPermission } from '@/authorization'
import { translate } from '@/i18n';
export default defineComponent({
name: 'Brokering',
Expand Down

0 comments on commit 14658a7

Please sign in to comment.