mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
fix(explore): remove size prop not supported by core Select wrapper
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -106,7 +106,6 @@ export const TableControls = ({
|
||||
value={rowLimit}
|
||||
onChange={onRowLimitChange}
|
||||
options={rowLimitOptions ?? []}
|
||||
size="small"
|
||||
css={css`
|
||||
min-width: 110px;
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user