feat(ui): add organization-specific actions to providers table dropdown (#10317)

This commit is contained in:
Alejandro Bailo
2026-03-16 10:32:12 +01:00
committed by GitHub
parent 22f79edec5
commit 4cd3b09818
14 changed files with 919 additions and 347 deletions

View File

@@ -25,8 +25,6 @@ export type ProvidersGroupKind =
export const PROVIDERS_PAGE_FILTER = {
PROVIDER: "provider__in",
PROVIDER_TYPE: "provider_type__in",
ORGANIZATION: "organization_id__in",
ACCOUNT_GROUP: "provider_group_id__in",
STATUS: "connected",
} as const;