eschutho commented on a change in pull request #19314: URL: https://github.com/apache/superset/pull/19314#discussion_r840099411
########## File path: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx ########## @@ -1252,6 +1442,23 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({ /> {renderPreferredSelector()} {renderAvailableSelector()} + <Upload + name="databaseFile" + id="databaseFile" + data-test="database-file-input" + accept=".yaml,.json,.yml,.zip" + customRequest={() => {}} + onChange={onDbImport} + onRemove={removeFile} + > + <Button + data-test="import-database-btn" + buttonStyle="link" + css={buttonLinkStyles} Review comment: Suggestion from Jess- can we make this 14px? -- 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