diff --git a/src/common/user-store.ts b/src/common/user-store.ts index 064833e3cb..cc2cf06fe8 100644 --- a/src/common/user-store.ts +++ b/src/common/user-store.ts @@ -30,8 +30,8 @@ export interface UserPreferences { downloadBinariesPath?: string; kubectlBinariesPath?: string; openAtLogin?: boolean; - tableSizeConfig?: TableSizeConfig; hiddenTableColumns?: Record + tableSizeConfig?: TableSizeConfig; } export class UserStore extends BaseStore {