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.
1 parent c8cf847 commit 2f5a234Copy full SHA for 2f5a234
packages/redux-devtools-app/src/components/TopButtons.tsx
@@ -52,9 +52,7 @@ export default class TopButtons extends Component<Props> {
52
<Toolbar borderPosition="bottom">
53
{features.pause && <RecordButton paused={isPaused} />}
54
{features.persist && <PersistButton />}
55
- {features.lock && (
56
- <LockButton locked={isLocked} disabled={options.lib !== 'redux'} />
57
- )}
+ {features.lock && <LockButton locked={isLocked} />}
58
<Divider />
59
<Button
60
title="Reset to the state you created the store with"
0 commit comments