Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MonireRasouli committed Oct 15, 2024
1 parent f8201a2 commit e7bbfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/AgreementLineForm/AgreementLineForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const AgreementLineForm = ({
handlers,
handleSubmit,
isEholdingsEnabled,
lineId = '',
lineId,
pristine,
submitting,
values,
Expand Down Expand Up @@ -107,7 +107,7 @@ const AgreementLineForm = ({
basket,
isSuppressFromDiscoveryEnabled: handlers.isSuppressFromDiscoveryEnabled,
line,
lineId,
lineId: 'agreement-line-form-documents',
resource,
setFieldData: form.mutators.setFieldData,
values,
Expand Down

0 comments on commit e7bbfe0

Please sign in to comment.