This commit is contained in:
2020-05-13 23:51:08 +00:00
parent e32124c7bf
commit befa759892

View File

@@ -25,7 +25,7 @@ export default {
!window.$gz._.has(window.$gz.store.state.formCustomTemplate, formKey)
) {
//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) {
throw res.error;
}