From b2225311cc537afff6e6837215cf5b95d0806f63 Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 18 Sep 2025 17:46:00 +0200 Subject: [PATCH] fix: added mui to external rollupOptions (#23464) --- .../src/main/resources/ui/vite.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openmetadata-ui-core-components/src/main/resources/ui/vite.config.ts b/openmetadata-ui-core-components/src/main/resources/ui/vite.config.ts index 0a6c794bef6..40c9dd82564 100644 --- a/openmetadata-ui-core-components/src/main/resources/ui/vite.config.ts +++ b/openmetadata-ui-core-components/src/main/resources/ui/vite.config.ts @@ -26,6 +26,8 @@ export default defineConfig({ 'react/jsx-runtime', '@mui/material', '@mui/system', + '@mui/material/styles', + '@mui/material/Chip', '@mui/icons-material', '@mui/x-date-pickers', '@emotion/react',