mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
2cd5dbcd02
* fix: handled undefined issue_id in list layout * chore: updated label select dropdown in the issue detail * fix: peekoverview issue is resolved * chore: user role validation for issue details. * fix: Link, Attachement, parent mutation * build-error: build error resolved in peekoverview * chore: user role validation for issue details. * chore: user role validation for `issue description`, `parent`, `relation` and `subscription`. * chore: issue subscription mutation * chore: user role validation for `labels` in issue details. --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
export * from "./root";
|
|
|
|
export * from "./label-list";
|
|
export * from "./label-list-item";
|
|
export * from "./create-label";
|
|
export * from "./select/root";
|
|
export * from "./select/label-select";
|