This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
|||||||
!window.$gz._.has(window.$gz.store.state.formCustomTemplate, formKey)
|
!window.$gz._.has(window.$gz.store.state.formCustomTemplate, formKey)
|
||||||
) {
|
) {
|
||||||
//fetch and populate the store
|
//fetch and populate the store
|
||||||
window.$gz.api.get("formcustom/" + formKey).then(res => {
|
window.$gz.api.get("form-custom/" + formKey).then(res => {
|
||||||
if (res.error) {
|
if (res.error) {
|
||||||
throw res.error;
|
throw res.error;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user