FIX: keeps updateInRegex public
This commit is contained in:
parent
8192b888d5
commit
6a449367f5
|
@ -6,7 +6,7 @@ export default {
|
|||
actions: {
|
||||
onChangeAssigned(value) {
|
||||
if (this.onChangeSearchedTermField) {
|
||||
this.onChangeSearchedTermField("assigned", "_updateInRegex", value);
|
||||
this.onChangeSearchedTermField("assigned", "updateInRegex", value);
|
||||
} else {
|
||||
this.set("searchedTerms.assigned", value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue