Skip to content

Commit

Permalink
RavenDB-22326 Remove unnecessary disable button in Admin JS Console
Browse files Browse the repository at this point in the history
  • Loading branch information
kalczur authored and aviv committed Jul 2, 2024
1 parent 44151fb commit 715dd0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function AdminJSConsole() {
<RunScriptButton
type="submit"
isSpinning={asyncRunAdminJsScript.status === "loading"}
disabled={!formState.isDirty || !isScriptValid}
disabled={!isScriptValid}
/>
<div>
<h3>Script result</h3>
Expand Down

0 comments on commit 715dd0f

Please sign in to comment.