rusackas commented on a change in pull request #12365:
URL: https://github.com/apache/superset/pull/12365#discussion_r554255412



##########
File path: superset-frontend/src/explore/components/DatasourcePanel.tsx
##########
@@ -182,13 +183,13 @@ const DataSourcePanel = ({
         actions={actions}
         formData={datasourceControl.mapStateToProps}
       />
+      <input
+        type="text"
+        onChange={search}
+        className="form-control input-sm"
+        placeholder={t('Search Metrics & Columns')}
+      />

Review comment:
       Let's follow up on that in a separate PR. We should convert ALL inputs 
to AntD inputs, and just make a big sweep of 'em.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to