Skip to content

Commit 2f2be4b

Browse files
Merge branch 'develop' into dependabot-npm_and_yarn-apps-e2e-js-yaml-4.2.0
2 parents ec603b7 + 8f3f8d1 commit 2f2be4b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/e2e/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/frontend/src/components/proposal/ProposalTableOfficer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ const ProposalTableOfficer = ({
518518
columns = columns.map((v: Column<ProposalViewData>) => {
519519
v.customSort = () => 0; // Disables client side sorting
520520

521-
if (v.field === 'statusName') {
521+
if (v.field === 'statusName' && !isReadOnly) {
522522
return {
523523
...v,
524524
render: (rowData: ProposalViewData) => (

0 commit comments

Comments
 (0)