From 0a736039ae5d9024c7e6861658d604990446654c Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 2 Jun 2024 01:37:04 +0300 Subject: [PATCH] replace FormField with DependentFormField and field with currentField --- resources/js/components/FormField.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/components/FormField.vue b/resources/js/components/FormField.vue index 1cc7a8d..1c0e42b 100644 --- a/resources/js/components/FormField.vue +++ b/resources/js/components/FormField.vue @@ -1,7 +1,7 @@