AW-1419
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -74,6 +74,12 @@ export class InitUserSuccess implements Action {
|
||||
constructor(public user:IUser,public userinfo:UserInfo ) { }
|
||||
}
|
||||
|
||||
export class InitUserPackages implements Action {
|
||||
readonly type = INITUSERPACKAGES;
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
|
||||
export class InitUserPackagesSuccess implements Action {
|
||||
readonly type = INITUSERPACKAGESSUCCESS;
|
||||
|
||||
@@ -301,6 +307,7 @@ export type Actions = OpenModal
|
||||
| DeviceUpdateEvent
|
||||
| ToggleMenu
|
||||
| SetMenuVisible
|
||||
| InitUserPackages
|
||||
| InitUserPackagesSuccess
|
||||
| ToggleAccountMenu
|
||||
| CloseAll
|
||||
|
Reference in New Issue
Block a user