feat: created global issue card component for kanban
This commit is contained in:
commit
058b2e6592
34 changed files with 1212 additions and 779 deletions
|
|
@ -112,7 +112,7 @@ const IssueDetail: NextPage = () => {
|
|||
);
|
||||
|
||||
const { data: issueComments } = useSWR<IIssueComment[]>(
|
||||
activeWorkspace && projectId && issueId ? PROJECT_ISSUES_COMMENTS : null,
|
||||
activeWorkspace && projectId && issueId ? PROJECT_ISSUES_COMMENTS(issueId as string) : null,
|
||||
activeWorkspace && projectId && issueId
|
||||
? () =>
|
||||
issuesServices.getIssueComments(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue