Show subscription badge where required and disable UI elements accordingly
This commit is contained in:
@@ -158,7 +158,8 @@ function onInvitation(user) {
|
||||
}
|
||||
|
||||
function onEditOrAddGroup(group = null) {
|
||||
groupDialog.value.open(group);
|
||||
if (group || features.value.userGroups) groupDialog.value.open(group);
|
||||
else subscriptionRequiredDialog.value.open();
|
||||
}
|
||||
|
||||
async function onRemoveGroup(group) {
|
||||
|
||||
Reference in New Issue
Block a user