Taichi Masuyama hace 4 años
padre
commit
1c6bc48c68
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/interfaces/user-ui-settings.ts

+ 1 - 1
packages/app/src/interfaces/user-ui-settings.ts

@@ -4,7 +4,7 @@ import { SidebarContentsType } from './ui';
 import { Ref } from './common';
 
 export interface IUserUISettings {
-  userId: Ref<IUser> | null;
+  user: Ref<IUser> | null;
   isSidebarCollapsed: boolean,
   currentSidebarContents: SidebarContentsType,
   currentProductNavWidth: number,