Skip to content

Commit 004086c

Browse files
committed
SVY-20446 Issue when removing tabs in tabpanel
1 parent a62dfb9 commit 004086c

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
@@ -101,6 +101,7 @@ export class ServoyBootstrapBaseTabPanel<T extends HTMLElement> extends ServoyBo
101101
if (this.isValidTab(this.selectedTab) && tab === this.selectedTab) return;
102102
if (this.selectedTab && tab && this.selectedTab.containedForm === tab.containedForm && this.selectedTab.relationName === tab.relationName){
103103
this.selectedTab = tab;
104+
this.selectedTabID = tab._id;
104105
return; // already selected
105106
}
106107
if (this.selectedTab) {

0 commit comments

Comments
 (0)