#6238 addPercentageColumn #443

Merged
jorgep merged 13 commits from 6238-addPercentageColumn into dev 2024-06-18 08:41:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3f2779600a - Show all commits

View File

@ -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);

Faltaba ponerlo.

Faltaba ponerlo.
Outdated
Review

Revisar

Revisar
const isLoading = ref(false);
// Si elegimos observar los cambios del form significa que inicialmente las actions estaran deshabilitadas
const isResetting = ref(false);