eschutho commented on code in PR #27840:
URL: https://github.com/apache/superset/pull/27840#discussion_r1554034363


##########
superset-frontend/src/pages/DatabaseList/index.tsx:
##########
@@ -230,6 +233,16 @@ function DatabaseList({
     {
       label: t('Upload file to database'),
       childs: [
+        {
+          label: t('New Upload CSV'),
+          name: 'Upload CSV file',
+          url: '#',
+          onClick: () => {
+            setCsvUploadModalOpen(true);
+          },

Review Comment:
   is there a simple way to make this a button instead of an href?



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

Reply via email to