We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e80838 + a69768b commit c18ca21Copy full SHA for c18ca21
1 file changed
src/components/elements/action-list.js
@@ -5,7 +5,7 @@ export default ({ api, config, links, requests }) => (
5
<button
6
className='ct-action'
7
key={action.href}
8
- disabled={config.actionListToggle && Object.keys(requests).length}
+ disabled={Object.keys(requests).length}
9
onClick={() => api.executeAction(action.href, config)}>
10
{action.title}
11
</button>
0 commit comments