chore: allow guests/ viewers to comment. (#3515)
This commit is contained in:
parent
f0836ceb10
commit
c9d2ea36b8
5 changed files with 15 additions and 25 deletions
|
|
@ -234,7 +234,6 @@ export const IssueView: FC<IIssueView> = observer((props) => {
|
|||
workspaceSlug={workspaceSlug}
|
||||
projectId={projectId}
|
||||
issueId={issueId}
|
||||
disabled={disabled}
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
|
|
@ -255,7 +254,6 @@ export const IssueView: FC<IIssueView> = observer((props) => {
|
|||
workspaceSlug={workspaceSlug}
|
||||
projectId={projectId}
|
||||
issueId={issueId}
|
||||
disabled={disabled}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue