Merge pull request #19492 from ruchamahabal/fix-tab

This commit is contained in:
Shariq Ansari 2023-01-05 19:23:33 +05:30 committed by GitHub
commit bfa488c7fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {