fix: assign issues to cycle, feat: settings sidebar
This commit is contained in:
parent
c9e9b67a30
commit
5f7aee6a8d
22 changed files with 1039 additions and 1071 deletions
|
|
@ -175,7 +175,7 @@ const SingleCycle: React.FC = () => {
|
|||
.then((res) => {
|
||||
issuesServices
|
||||
.addIssueToCycle(activeWorkspace.slug, activeProject.id, destination.droppableId, {
|
||||
issue: result.draggableId.split(",")[1],
|
||||
issue: [result.draggableId.split(",")[1]],
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue