fixing errors
This commit is contained in:
parent
4baf3b8deb
commit
f705796477
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class GroupFilterOrderStore extends Store {
|
|||
|
||||
// Initialise state
|
||||
this._state = Object.assign({}, INITIAL_STATE);
|
||||
SettingsStore.monitorSetting("GroupFilterPanel.enableGroupFilterPanel", null);
|
||||
SettingsStore.monitorSetting("TagPanel.enableTagPanel", null);
|
||||
}
|
||||
|
||||
_setState(newState) {
|
||||
|
@ -190,7 +190,7 @@ class GroupFilterOrderStore extends Store {
|
|||
break;
|
||||
}
|
||||
case 'setting_updated':
|
||||
if (payload.settingName === 'GroupFilterPanel.enableGroupFilterPanel' && !payload.newValue) {
|
||||
if (payload.settingName === 'TagPanel.enableTagPanel' && !payload.newValue) {
|
||||
this._setState({
|
||||
selectedTags: [],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue