From fbfe694fc0003ef4f9d62086929cfff66f4899f0 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Thu, 5 Dec 2024 09:13:39 -0800 Subject: [PATCH] improvement: add overflow handling to integration filter dropdown --- .../IntegrationsSection/components/IntegrationsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/components/IntegrationsTable.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/components/IntegrationsTable.tsx index 05c4a2d32..ea2ecd888 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/components/IntegrationsTable.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/components/IntegrationsTable.tsx @@ -246,7 +246,7 @@ export const IntegrationsTable = ({ - + Status {Object.values(IntegrationStatus).map((status) => (