Skip to content

Commit

Permalink
revert "Scaffold Config" always enabled (#8181)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Jun 3, 2022
1 parent 11f5f1b commit c6f7fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const ScaffoldConfigButton = ({

return (
<Box flex={{direction: 'row', gap: 8, alignItems: 'center'}}>
<Button disabled={false} onClick={onClick}>
<Button disabled={disabled} onClick={onClick}>
Scaffold missing config
</Button>
{disabled ? (
Expand Down

0 comments on commit c6f7fba

Please sign in to comment.