chore: handled multiple children rendering in the space layout (#4459)

This commit is contained in:
guru_sainath 2024-05-15 16:28:38 +05:30 committed by GitHub
parent 751a4a3b21
commit e1197f2b8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 37 deletions

View file

@ -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 = {