Skip to content

Commit 1cbe19c

Browse files
committed
Default options
1 parent b706d01 commit 1cbe19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabs/react/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface RegisterTabsOptions {
7575
enableDebugLogging?: boolean;
7676
}
7777

78-
export function registerTabs(opts: RegisterTabsOptions): void {
78+
export function registerTabs(opts: RegisterTabsOptions = {}): void {
7979
const { enableDebugLogging = false } = opts;
8080

8181
if (installed) {

0 commit comments

Comments
 (0)