Skip to content

Commit

Permalink
Merge pull request #884 from intuitem/CA-385-Clicking-cancel-opens-a-…
Browse files Browse the repository at this point in the history
…native-confirmation

Fix clicking cancel opens a native confirmation in requirement assessment edit view
  • Loading branch information
monsieurswag authored Oct 2, 2024
2 parents 5f6acac + 3110eb8 commit 57dbf88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/lib/components/Forms/Score.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
export let form: SuperForm<Record<string, any>>;
const { value, errors, constraints } = formFieldProxy(form, field);
$value = $value ?? min_score;
let isScored = formFieldProxy(form, 'is_scored')['value'];
if (always_enabled) {
Expand Down

0 comments on commit 57dbf88

Please sign in to comment.