isHeaderVisible was renamed to isGroupMenuVisible

This commit is contained in:
Vladimir Khvan 2023-06-07 21:53:23 +05:00
parent ae9635ca1d
commit 5b91be9ab1

View File

@ -215,7 +215,7 @@ class WebhooksStore {
return this.checkedEventIds.length > 0 && !this.areAllIdsChecked;
}
get isHeaderVisible() {
get isGroupMenuVisible() {
return this.checkedEventIds.length !== 0;
}
}