diff --git a/superset-frontend/src/components/Select/styles.tsx b/superset-frontend/src/components/Select/styles.tsx index 784bdc8ae..7064ae55a 100644 --- a/superset-frontend/src/components/Select/styles.tsx +++ b/superset-frontend/src/components/Select/styles.tsx @@ -70,7 +70,7 @@ export const StyledSelect = styled(AntdSelect, { min-width: 0px; } ` - } + }; `} `;