INSR-7758: Fix need help bailout on part-questions
This commit is contained in:
parent
55ae3d5507
commit
e71593d6ba
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ import { Form } from 'vee-validate';
|
||||||
import vehicleQuestionsMixin from '@/mixins/vehicle-questions-mixin';
|
import vehicleQuestionsMixin from '@/mixins/vehicle-questions-mixin';
|
||||||
import BaseFormMixin from '@/mixins/base-form-mixin.js';
|
import BaseFormMixin from '@/mixins/base-form-mixin.js';
|
||||||
import globalRules from '@/constants/global-rules';
|
import globalRules from '@/constants/global-rules';
|
||||||
|
import bailoutMessage from '@/constants/bailoutMessage';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'part-questions',
|
name: 'part-questions',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue