rusackas commented on a change in pull request #11102:
URL: 
https://github.com/apache/incubator-superset/pull/11102#discussion_r497089448



##########
File path: superset-frontend/src/views/CRUD/chart/ChartList.tsx
##########
@@ -466,13 +466,16 @@ function ChartList(props: ChartListProps) {
     <>
       <SubMenu
         name={t('Charts')}
-        secondaryButton={
+        buttons={
           canDelete
-            ? {
-                name: t('Bulk Select'),
-                onClick: toggleBulkSelect,
-              }
-            : undefined
+            ? [
+                {
+                  name: t('Bulk Select'),
+                  style: 'Primary',

Review comment:
       ```suggestion
                     style: 'primary',
   ```




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