fix: mutation in issue comments
This commit is contained in:
parent
ada68a9bf7
commit
b5a33d8f4d
4 changed files with 15 additions and 28 deletions
|
|
@ -115,7 +115,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