This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user