geido commented on code in PR #32989:
URL: https://github.com/apache/superset/pull/32989#discussion_r2033782559
##########
superset-frontend/src/SqlLab/components/ResultSet/index.tsx:
##########
@@ -406,8 +407,7 @@ const ResultSet = ({
)}
</ResultSetButtons>
{search && (
- <input
- type="text"
+ <Input
onChange={changeSearch}
value={searchText}
className="form-control input-sm"
Review Comment:
Wondering if we still need these class names. This might come from bootstrap
--
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