This commit is contained in:
2020-04-09 14:15:48 +00:00
parent eb7a42488c
commit f2e8e34cdb

View File

@@ -5,7 +5,6 @@
<v-form ref="form">
<v-row justify="start">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col cols="12" sm="4" lg="4" xl="3">
<v-text-field
v-model="searchPhrase"
@@ -234,12 +233,6 @@ export default {
newResults.push(item);
}
vm.items = newResults;
// //Update the form status
// window.$gz.form.setFormState({
// vm: vm,
// loading: false
// });
}
})
.catch(function handleGetDataFromAPIError(error) {