fix importing of settleAllPromises
This commit is contained in:
parent
2f384140e0
commit
0f3a9a18d9
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ import questionChain from '@/digital-components/question-chain/question-chain.vu
|
|||
|
||||
// Supporting files
|
||||
import { fetchCmsContentForPage } from '@/helpers/cms-content-helper';
|
||||
import { settleAllPromises } from '@/helpers/layout-helper';
|
||||
import settleAllPromises from '@/helpers/layout-helper';
|
||||
import { Form } from 'vee-validate';
|
||||
import BaseFormMixin from '@/mixins/base-form-mixin.js';
|
||||
import globalRules from '@/constants/global-rules.js';
|
||||
|
|
|
|||
Loading…
Reference in a new issue