Skip to content

Commit

Permalink
Issue feat:Add author in rowdata for upfor review page
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshataKatwal16 committed Dec 12, 2024
1 parent 48ba5e5 commit 7d01af3
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 7d01af3

Please sign in to comment.