CASH-1928: Don't show text below spinner
This commit is contained in:
parent
d43e43493b
commit
883399d7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm">
|
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm">
|
||||||
<loadingModal ref="loadingModal" />
|
<loadingModal notFullScreen ref="loadingModal" />
|
||||||
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
||||||
<mobileFirstModal
|
<mobileFirstModal
|
||||||
modalWidgetName="MobileFirstModalWidget"
|
modalWidgetName="MobileFirstModalWidget"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue