Skip to content

Commit

Permalink
MIR-1226 fix person editor merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhofmann committed Sep 18, 2023
1 parent 1178bc8 commit 514e7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mir-webapp/src/main/vue/name-search/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ const startSearch = async () => {
model.results.pop();
}
if(this.search.trim().length == 0) {
this.dropVisible = 0;
if(model.search.trim().length == 0) {
model.dropVisible = 0;
return;
}
Expand Down

0 comments on commit 514e7b3

Please sign in to comment.