mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fd30ea9a20
* feat: editable label select component added in spreadsheet view * feat: editable label select option added in all view, chore: code refactor * fix: view page list and kanban view mutation fix and sub issue mutation, chore: refactor partial update issue function * fix: build fix
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
export * from "./assignee";
|
|
export * from "./due-date";
|
|
export * from "./estimate";
|
|
export * from "./priority";
|
|
export * from "./state";
|
|
export * from "./label";
|