Skip to content

Commit

Permalink
Client:HOCS:WithBadges Fixed draft badge
Browse files Browse the repository at this point in the history
  • Loading branch information
IK-Akmal committed Jun 24, 2024
1 parent 0391621 commit 51b432e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/HOCs/withBadges.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export default function withBadges(WrappedComponent) {

const file = {
...options,
ExtraLocationTitle: draftLocation.folderTitle,
ExtraLocation: draftLocation.folderId,
parentId: draftLocation.folderId,
parentTitle: draftLocation.folderTitle,
id: draftLocation.fileId,
title: draftLocation.fileTitle,
};
Expand Down

0 comments on commit 51b432e

Please sign in to comment.