fix: added workspaceslug in renderChildren of project settings (#5951)

* fix: added workspaceslug in renderChildren of project settings

* fix: updated apis

* fix: types

* fix: added editor

* fix: handled avatar for intake
This commit is contained in:
Akshita Goyal 2024-11-05 16:07:27 +05:30 committed by GitHub
parent 9309d1b574
commit eed2ca77ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 90 additions and 16 deletions

View file

@ -100,7 +100,8 @@ export type TInboxIssueWithPagination = TInboxIssuePaginationInfo & {
export type TInboxForm = {
anchor: string;
id: string;
is_disabled: boolean;
is_in_app_enabled: boolean;
is_form_enabled: boolean;
};
export type TInboxIssueForm = {