Concentrator list and CRUD logic

This commit is contained in:
2025-12-19 00:10:05 -06:00
parent bc9cc3b7f7
commit c4d568553a
4 changed files with 287 additions and 93 deletions

View File

@@ -72,7 +72,7 @@ export const fetchProjectNames = async (): Promise<string[]> => {
return projectNames;
} catch (error) {
console.error("Error fetching project names:", error);
return ["GRH (PADRE)", "CESPT", "Proyecto A", "Proyecto B"];
return [];
}
};