Skip to content

Commit

Permalink
fix(tabs): duplicate instance
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed May 16, 2024
1 parent 0ebb332 commit 01e44a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Tabs implements TabsInterface {
this._options = { ...Default, ...options };
this._initialized = false;
this.init();
instances.addInstance('Tabs', this, this._tabsEl.id, true);
instances.addInstance(
'Tabs',
this,
Expand Down

0 comments on commit 01e44a8

Please sign in to comment.