chore: updated the order of issue detail widgets in the peek overview (#5111)
This commit is contained in:
parent
ce89c7dcff
commit
c93b826c48
1 changed files with 8 additions and 8 deletions
|
|
@ -184,14 +184,6 @@ export const IssueView: FC<IIssueView> = observer((props) => {
|
|||
setIsSubmitting={(value) => setIsSubmitting(value)}
|
||||
/>
|
||||
|
||||
<PeekOverviewProperties
|
||||
workspaceSlug={workspaceSlug}
|
||||
projectId={projectId}
|
||||
issueId={issueId}
|
||||
issueOperations={issueOperations}
|
||||
disabled={disabled || is_archived}
|
||||
/>
|
||||
|
||||
<div className="py-2">
|
||||
<IssueDetailWidgets
|
||||
workspaceSlug={workspaceSlug}
|
||||
|
|
@ -201,6 +193,14 @@ export const IssueView: FC<IIssueView> = observer((props) => {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<PeekOverviewProperties
|
||||
workspaceSlug={workspaceSlug}
|
||||
projectId={projectId}
|
||||
issueId={issueId}
|
||||
issueOperations={issueOperations}
|
||||
disabled={disabled || is_archived}
|
||||
/>
|
||||
|
||||
<IssueActivity
|
||||
workspaceSlug={workspaceSlug}
|
||||
projectId={projectId}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue