[PE-248] regression: recent widgets refactor for scalability (#6456)
* fix: recent widgets types and filters * fix: recent widgets types
This commit is contained in:
parent
c429ca7b36
commit
b016ed78cf
3 changed files with 7 additions and 6 deletions
4
packages/types/src/home.d.ts
vendored
4
packages/types/src/home.d.ts
vendored
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue