fix: assign issues to cycle, feat: settings sidebar

This commit is contained in:
Aaryan Khandelwal 2022-12-20 16:05:21 +05:30
parent c9e9b67a30
commit 5f7aee6a8d
22 changed files with 1039 additions and 1071 deletions

View file

@ -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);