Fixes: U4-7665 When adding tab without save and remove it again "Add another tab" should be shown again
This commit is contained in:
@@ -380,6 +380,7 @@
|
||||
|
||||
scope.removeGroup = function(groupIndex) {
|
||||
scope.model.groups.splice(groupIndex, 1);
|
||||
addInitGroup(scope.model.groups);
|
||||
};
|
||||
|
||||
scope.updateGroupTitle = function(group) {
|
||||
|
||||
Reference in New Issue
Block a user