Skip to content

Commit

Permalink
add fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Oct 3, 2024
1 parent d102128 commit bfcb778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const useTransportPermits = () => {
clientReferenceId: getStaffPayment.value.folioNumber
}),
...(isRoleQualifiedSupplier.value && {
clientReferenceId: getMhrTransferAttentionReference.value
clientReferenceId: getMhrTransferAttentionReference.value || ''
}),
submittingParty: {
...submittingParty,
Expand Down

0 comments on commit bfcb778

Please sign in to comment.