diff --git a/resources/js/components/FormField.vue b/resources/js/components/FormField.vue index 66dd560..f5c7bda 100644 --- a/resources/js/components/FormField.vue +++ b/resources/js/components/FormField.vue @@ -46,9 +46,8 @@ export default { if(this.field.events.length > 0) { Nova.$on(this.updateEvents, this.chainUpdated) Nova.$on(this.beforeDestroyEvents, this.chainBeforeDestroy) - } else { - this.getFields(this.form) - } + } + this.getFields(this.form) }, beforeDestroy() {