Skip to content

Commit e179395

Browse files
committed
SVY-20446 Issue when removing tabs in tabpanel
1 parent ea930aa commit e179395

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/bootstrapcomponents/src/bts_basetabpanel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export class ServoyBootstrapBaseTabPanel<T extends HTMLElement> extends ServoyBo
121121
if (this.isValidTab(this.selectedTab) && tab === this.selectedTab) return;
122122
if (this.selectedTab && tab && this.selectedTab.containedForm === tab.containedForm && this.selectedTab.relationName === tab.relationName){
123123
this.selectedTab = tab;
124+
this.selectedTabID = tab._id;
124125
return; // already selected
125126
}
126127
if (this.selectedTab) {

0 commit comments

Comments
 (0)