chore: handled multiple children rendering in the space layout (#4459)
This commit is contained in:
parent
751a4a3b21
commit
e1197f2b8f
5 changed files with 30 additions and 37 deletions
|
|
@ -5,9 +5,10 @@ import { IUser } from "@plane/types";
|
|||
// services
|
||||
import { AuthService } from "@/services/auth.service";
|
||||
import { UserService } from "@/services/user.service";
|
||||
// stores
|
||||
import { RootStore } from "@/store/root.store";
|
||||
// store types
|
||||
import { ProfileStore, IProfileStore } from "@/store/profile.store";
|
||||
import { RootStore } from "@/store/root.store";
|
||||
// types
|
||||
import { ActorDetail } from "@/types/issue";
|
||||
|
||||
type TUserErrorStatus = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue