1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Minor code style changes to make diffs more readable

Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
Alex Culliere 2021-03-19 15:52:35 +02:00
parent 2292f2624c
commit a834e918ca

View File

@ -30,8 +30,8 @@ export interface UserPreferences {
downloadBinariesPath?: string; downloadBinariesPath?: string;
kubectlBinariesPath?: string; kubectlBinariesPath?: string;
openAtLogin?: boolean; openAtLogin?: boolean;
tableSizeConfig?: TableSizeConfig;
hiddenTableColumns?: Record<string, string[]> hiddenTableColumns?: Record<string, string[]>
tableSizeConfig?: TableSizeConfig;
} }
export class UserStore extends BaseStore<UserStoreModel> { export class UserStore extends BaseStore<UserStoreModel> {