Skip to content

Commit

Permalink
fix: remove initWithStoredValues setting from AttachmentModal
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed May 20, 2024
1 parent 789b646 commit b0b7859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AttachmentModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ export default withOnyx<AttachmentModalProps, AttachmentModalOnyxProps>({
const transactionID = parentReportAction?.actionName === CONST.REPORT.ACTIONS.TYPE.IOU ? parentReportAction?.originalMessage.IOUTransactionID ?? '0' : '0';
return `${ONYXKEYS.COLLECTION.TRANSACTION}${transactionID}`;
},
initWithStoredValues: false,
},
})(memo(AttachmentModal));

Expand Down

0 comments on commit b0b7859

Please sign in to comment.