Skip to content

Commit

Permalink
undisable smart opt toggle (#4279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Feb 14, 2024
1 parent c7ba865 commit 1b85e8b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ const Resources: React.FC<ResourcesProps> = ({
<Switch
size="small"
color="primary"
disabled={
memory.readOnly ||
cpu.readOnly ||
service.smartOptimization?.readOnly
}
disabled={false}
checked={value?.value}
onChange={() => {
if (!value?.value) {
Expand Down

0 comments on commit 1b85e8b

Please sign in to comment.