Skip to content

Commit

Permalink
complex editor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Sep 10, 2024
1 parent c1c7e30 commit f0ded79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
clientId: randomClientId(),
qualifications: [],
at_least: 1,
everyone: false,
everyone: true,
}
);
}
Expand Down

0 comments on commit f0ded79

Please sign in to comment.