Skip to content

Commit

Permalink
Fixed self/locla/global action block
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoazemelet committed Mar 7, 2024
1 parent cf9b7fd commit bf85a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/config-blocks/VarSelf.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
{/if}
<MoltenPushButton
on:click={sendData}
disabled={Boolean(!commitState && parenthesisError && variableNameError)}
disabled={Boolean(!commitState || parenthesisError || variableNameError)}
text={"Commit"}
style={ButtonStyle.ACCEPT}
/>
Expand Down

0 comments on commit bf85a94

Please sign in to comment.