Merge pull request #19492 from ruchamahabal/fix-tab
This commit is contained in:
commit
bfa488c7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export default class Tab {
|
|||
set_active() {
|
||||
this.tab_link.find(".nav-link").tab("show");
|
||||
this.wrapper.addClass("show");
|
||||
this.frm.active_tab = this;
|
||||
this.frm?.set_active_tab?.(this);
|
||||
}
|
||||
|
||||
is_active() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue