[WEB-3396] chore: work items parent select improvement (#6608)

* chore: work items parent select improvements

* chore: code refactor
This commit is contained in:
Anmol Singh Bhatia 2025-02-15 05:05:37 +05:30 committed by GitHub
parent 4353cc0c4a
commit 8a792d381b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 120 additions and 59 deletions

View file

@ -2,3 +2,4 @@ export * from "./issue-identifier";
export * from "./issue-properties-activity";
export * from "./issue-type-switcher";
export * from "./issue-type-activity";
export * from "./parent-select-root";

View file

@ -0,0 +1 @@
export * from "ce/components/issues/issue-details/parent-select-root";