We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcec2a commit 33629b2Copy full SHA for 33629b2
packages/evershop/src/modules/cms/pages/admin/widgetGrid/NewWidgetButton.jsx
@@ -17,12 +17,6 @@ export default function NewWidgetButton({ widgetTypes }) {
17
title: 'Cancel',
18
onAction: closeAlert,
19
variant: 'primary'
20
- },
21
- secondaryAction: {
22
- title: 'Disable',
23
- onAction: async () => {},
24
- variant: 'critical',
25
- isLoading: false
26
}
27
});
28
}}
0 commit comments