Files
planilla/ui/src
google-labs-jules[bot] 22be76fb09 fix: Correct UI store instantiation in form components
This commit corrects the UI store instantiation in the following form components:
- AsistenciaForm.vue
- EmpleadoForm.vue
- PlanillaForm.vue
- TareaForm.vue

The components now correctly import `useUi` from `~/stores/useUi` and instantiate the store using `const uiStore = useUi()`. This adheres to the correct Pinia conventions.
2025-05-31 08:34:11 +00:00
..
2025-05-02 17:59:47 -06:00
2025-05-29 18:36:17 -06:00
2025-05-30 16:24:42 -06:00
2025-05-30 10:27:36 -06:00