forked from verdnatura/salix-front
fix: refs #6238 drop old fix
This commit is contained in:
parent
1b4bd2e7f0
commit
3f2779600a
|
@ -89,7 +89,7 @@ const modelValue = computed(
|
|||
() => $props.model ?? `formModel_${route?.meta?.title ?? route.name}`
|
||||
).value;
|
||||
const componentIsRendered = ref(false);
|
||||
const arrayData = useArrayData(modelValue.value);
|
||||
const arrayData = useArrayData(modelValue);
|
||||
const isLoading = ref(false);
|
||||
// Si elegimos observar los cambios del form significa que inicialmente las actions estaran deshabilitadas
|
||||
const isResetting = ref(false);
|
||||
|
|
Loading…
Reference in New Issue