feat: conectar Tablero CDC a Supabase empresarial
This commit is contained in:
@@ -108,7 +108,7 @@ export function ProjectDialog({ open, onOpenChange, project }: Props) {
|
||||
return match?.[1] ?? "";
|
||||
};
|
||||
|
||||
// BU → Country Manager automático desde Supabase app_lists, con fallback local.
|
||||
// BU → Country Manager automático desde Supabase tablero_cdc_app_lists, con fallback local.
|
||||
const onBU = (bu: string) => {
|
||||
const cleanBu = canonicalOptionLabel(bu);
|
||||
setForm((f) => ({ ...f, bu: cleanBu, cm: getCountryManager(cleanBu) }));
|
||||
|
||||
Reference in New Issue
Block a user