Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into MAT-6473_upateCqmExecution
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-cecilialiu authored Nov 27, 2023
2 parents c0ba1be + 4a744a6 commit 0615746
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/common/Identifier/IdentifierInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const IdentifierInput = ({
value={identifier.namingSystem}
label={namingLabel}
disabled={!canEdit}
placeholder={`${namingPlaceholder}`}
id={`identifier-field-${namingPlaceholder}`}
data-testid={`identifier-field-${namingPlaceholder}`}
inputProps={{
Expand All @@ -63,7 +62,6 @@ const IdentifierInput = ({
value={identifier.value}
label={valueLabel}
disabled={!canEdit}
placeholder={`${valueLabel}`}
id={`identifier-value-field-${valueLabel}`}
data-testid={`identifier-value-field-${valueLabel}`}
inputProps={{
Expand Down

0 comments on commit 0615746

Please sign in to comment.