Changed name of model opened callback
This commit is contained in:
parent
66db63829f
commit
91df4b3165
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
<modal
|
<modal
|
||||||
ref="zipCodeInputModal"
|
ref="zipCodeInputModal"
|
||||||
:cmsWidgetName="this.modalWidgetName"
|
:cmsWidgetName="this.modalWidgetName"
|
||||||
:onShownCallback="onModalOpen"
|
:onModalOpenedCallback="onModalOpen"
|
||||||
:footerButtonCallback="setZip">
|
:footerButtonCallback="setZip">
|
||||||
<div class="ps-4 pe-4 pb-4">
|
<div class="ps-4 pe-4 pb-4">
|
||||||
<textboxQuestion
|
<textboxQuestion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue