Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sagor999 committed Jun 9, 2022
1 parent 3c8538e commit 337cc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/projects/ProjectSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default function () {
}
desc={<span>Do not enable! Experimental feature that is still under development. </span>}
checked={isPersistentVolumeClaimEnabled}
disabled={isLoading || isShowPersistentVolumeClaim}
disabled={isLoading || !isShowPersistentVolumeClaim}
onChange={togglePersistentVolumeClaim}
/>
</ProjectSettingsPage>
Expand Down

0 comments on commit 337cc8b

Please sign in to comment.