fix: bring back tab selector
This commit is contained in:
parent
fc03a8b3f8
commit
57e88017ac
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export default class Tab {
|
|||
this.tab_link = $(`
|
||||
<li class="nav-item">
|
||||
<button class="nav-link ${this.df.active ? "active" : ""}" id="${id}-tab"
|
||||
data-toggle="tab"
|
||||
data-fieldname="${this.df.fieldname}"
|
||||
type="button"
|
||||
role="tab"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue