refactor - visibleSecondary not stored, computed in component

This commit is contained in:
Jan Prochazka
2023-03-05 11:34:42 +01:00
parent 2dadd1f437
commit f404e9956e
5 changed files with 34 additions and 38 deletions

View File

@@ -18,7 +18,6 @@ export interface TabDefinition {
tabComponent: string;
tabOrder?: number;
multiTabIndex?: number;
visibleSecondary?: boolean;
}
export function writableWithStorage<T>(defaultValue: T, storageName) {