Skip to content

Commit

Permalink
Merge pull request #30229 from hungvu193/fix-24191
Browse files Browse the repository at this point in the history
Fix: Add not allowed sign for archived workspace.
  • Loading branch information
nkuoch authored Nov 7, 2023
2 parents 217b2cf + 354a966 commit 3f86365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/ReportScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function ReportScreen({
shouldShowCloseButton
/>
)}
<DragAndDropProvider isDisabled={!isReportReadyForDisplay}>
<DragAndDropProvider isDisabled={!isReportReadyForDisplay || !ReportUtils.canUserPerformWriteAction(report)}>
<View
style={[styles.flex1, styles.justifyContentEnd, styles.overflowHidden]}
onLayout={onListLayout}
Expand Down

0 comments on commit 3f86365

Please sign in to comment.