Skip to content

Commit

Permalink
Disable align button during a submission
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 30, 2024
1 parent 3477560 commit fc6fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/FoldMasonSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
},
computed: {
alignDisabled() {
return this.queries.length == 0;
return this.queries.length == 0 || this.inSearch;
},
},
watch: {
Expand Down

0 comments on commit fc6fe4b

Please sign in to comment.