Skip to content

Commit

Permalink
Merge pull request #96 from creative-commoners/pulls/2.4/fix-create-r…
Browse files Browse the repository at this point in the history
…eport-button

FIX Create button is disabled if server returns error
  • Loading branch information
GuySartorelli authored Mar 26, 2023
2 parents 6ea69fa + 4d67a32 commit 44b575d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/javascript/BrokenExternalLinksReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
if (typeof console !== 'undefined') {
console.log(e);
}
self.buttonReset();
}
});
}
Expand Down

0 comments on commit 44b575d

Please sign in to comment.