Skip to content

Commit 62e05fc

Browse files
committed
Fix store key issue
1 parent 37ed74b commit 62e05fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabs/tabs.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class ZnTabs extends ZincElement {
4747
@property({attribute: 'no-prefetch', type: Boolean, reflect: true}) noPrefetch = false;
4848
// session storage if not local
4949
@property({attribute: 'local-storage', type: Boolean, reflect: true}) localStorage: boolean;
50-
@property({attribute: 'store-key'}) storeKey: string | null = null;
50+
@property({attribute: 'store-key'}) storeKey: string;
5151
@property({attribute: 'store-ttl', type: Number, reflect: true}) storeTtl = 0;
5252

5353
@property({attribute: 'padded', type: Boolean, reflect: true}) padded = false;

0 commit comments

Comments
 (0)