proyectos: status true/false ahora muestra Activo/Inactivo via i18n
This commit is contained in:
@@ -114,6 +114,8 @@ export const useWorkItemsStore = defineStore('workitems', () => {
|
||||
if (isFirstVisit || newEpics.length > 0) {
|
||||
await syncEpicsToTurso(id, isFirstVisit ? epicData : newEpics)
|
||||
}
|
||||
// Actualizar contadores en projects
|
||||
await tauriDb.updateProjectCounts(id).catch(() => {})
|
||||
|
||||
firstVisit.value.add(id)
|
||||
} catch (e: any) {
|
||||
|
||||
Reference in New Issue
Block a user