forked from github/plane
fix: header buttons not working (#228)
fix: header buttons not working. sub-issues mutation. customized the datepicker. mutation in the list and kanban view. some icons not displaying. fixed routing and added toast alert after creating a workspace. workspace logo display design in workspace settings. delete issue mutation error in cycles and modules. feat: added authorization to issue details page.
This commit is contained in:
committed by
GitHub
parent
848fb2b960
commit
7e92efee23
4
apps/app/types/modules.d.ts
vendored
4
apps/app/types/modules.d.ts
vendored
@@ -8,9 +8,9 @@ export interface IModule {
|
||||
description_html: any;
|
||||
id: string;
|
||||
lead: string | null;
|
||||
lead_detail: IUserLite;
|
||||
lead_detail: IUserLite | null;
|
||||
link_module: {
|
||||
created_at: Date
|
||||
created_at: Date;
|
||||
created_by: string;
|
||||
created_by_detail: IUserLite;
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user