[Feature] Prevent sending notification to user when bulk reassign

This commit is contained in:
2022-10-06 21:44:23 +02:00
parent f82bc02f8b
commit 9aae36556b
5 changed files with 11 additions and 9 deletions

View File

@@ -65,7 +65,6 @@ export default {
return (value.code && value.name) ? `${value.name} (${value.code})` : '';
},
selectCity(city) {
console.log('city', city);
this.$emit('selectCity', city);
},
listenInputSearch(query) {