Merge pull request #735 from Safelite/feature/richardson/SSR-1361
wrong helper method name imported.
This commit is contained in:
commit
aed5bf4ae3
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ import settleAllPromises from '@/helpers/layout-helper';
|
|||
import { useMainStore } from '@/store';
|
||||
import widgetFields from '@/constants/cms-widget-fields.js';
|
||||
import routerParams from '@/router/router-constants/router-params';
|
||||
import canNavigateBackFromBailout from '@/helpers/bailout-helper';
|
||||
import canBailoutNavigateBack from '@/helpers/bailout-helper';
|
||||
import BailoutCode from '@/constants/bailoutCode';
|
||||
import issPageValues from '@/router/router-constants/issPage-values';
|
||||
import MaskaFormattedMasks from '@/constants/maska-masks';
|
||||
|
|
@ -185,7 +185,7 @@ export default {
|
|||
}
|
||||
},
|
||||
canNavigateBack() {
|
||||
return canNavigateBackFromBailout();
|
||||
return canBailoutNavigateBack();
|
||||
},
|
||||
phoneMask() {
|
||||
return MaskaFormattedMasks.PHONE_NUMBER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue