Skip to content

Commit

Permalink
Merge pull request #149 from AkshataKatwal16/page-issue
Browse files Browse the repository at this point in the history
Issue feat:Add author in rowdata for up-for review page
  • Loading branch information
itsvick authored Dec 12, 2024
2 parents 1b956b4 + 7d01af3 commit e0ff7ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/workspace/content/up-review/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ const UpForReviewPage = () => {
mimeType: item.mimeType,
mode: item.mode,
createdBy: item.createdBy,
creator: item.creator
creator: item.creator,
author: item.author




}));
Expand Down

0 comments on commit e0ff7ea

Please sign in to comment.