geido commented on code in PR #32989:
URL: https://github.com/apache/superset/pull/32989#discussion_r2033760354
##########
superset-frontend/src/explore/components/DatasourcePanel/index.tsx:
##########
@@ -276,18 +277,20 @@ export default function DataSourcePanel({
datasource.type &&
saveableDatasets[datasource.type as keyof typeof saveableDatasets];
+ const theme = useTheme();
const mainBody = useMemo(
() => (
<>
- <Input
- allowClear
- onChange={evt => {
- setInputValue(evt.target.value);
- }}
- value={inputValue}
- className="form-control input-md"
- placeholder={t('Search Metrics & Columns')}
- />
+ <div style={{ padding: theme.sizeUnit * 4 }}>
Review Comment:
Should we use a `Space` or `Flex` component for this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org