Appease the linter
This commit is contained in:
parent
d7a43df793
commit
ae04c5ce9d
2 changed files with 5 additions and 2 deletions
|
@ -115,7 +115,7 @@ class TagOrderStore extends Store {
|
|||
break;
|
||||
}
|
||||
case 'select_tag': {
|
||||
const allowMultiple = !SettingsStore.getValue("feature_communities_v2_prototypes")
|
||||
const allowMultiple = !SettingsStore.getValue("feature_communities_v2_prototypes");
|
||||
|
||||
let newTags = [];
|
||||
// Shift-click semantics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue