improvement: merge quick add logic for all layouts. (#5323)

This commit is contained in:
Prateek Shourya 2024-08-07 20:54:08 +05:30 committed by GitHub
parent 333a989b1a
commit 49a895f117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 680 additions and 1033 deletions

View file

@ -2,3 +2,4 @@ export * from "./bulk-operations";
export * from "./worklog";
export * from "./issue-modal";
export * from "./issue-details";
export * from "./quick-add";

View file

@ -0,0 +1 @@
export * from "./root";

View file

@ -0,0 +1 @@
export * from "ce/components/issues/quick-add/root";