[PE-248] regression: recent widgets refactor for scalability (#6456)

* fix: recent widgets types and filters

* fix: recent widgets types
This commit is contained in:
Aaryan Khandelwal 2025-01-24 17:23:15 +05:30 committed by GitHub
parent c429ca7b36
commit b016ed78cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View file

@ -12,9 +12,9 @@ export type TPageEntityData = {
id: string;
name: string;
logo_props: TLogoProps;
project_id: string;
project_id?: string;
owned_by: string;
project_identifier: string;
project_identifier?: string;
};
export type TProjectEntityData = {