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:
alex-poor
2026-04-15 07:01:23 +12:00
parent 15be40b94a
commit d8c8849621

View File

@@ -106,7 +106,6 @@ export const TableControls = ({
value={rowLimit}
onChange={onRowLimitChange}
options={rowLimitOptions ?? []}
size="small"
css={css`
min-width: 110px;
`}