Skip to content

Commit

Permalink
Fix clicking cancel opens a native confirmation in requirement assess…
Browse files Browse the repository at this point in the history
…ment edit view
  • Loading branch information
monsieurswag committed Sep 30, 2024
1 parent 5f6acac commit 3110eb8
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 3110eb8

Please sign in to comment.