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

Commit

Permalink
Merge pull request #503 from MeasureAuthoringTool/MAT-6284_updateAttr…
Browse files Browse the repository at this point in the history
…ibuteIdentifierLabel

MAT-6284 remove place holder values for identifier
  • Loading branch information
sb-cecilialiu authored Nov 27, 2023
2 parents e9ce2af + 58c824d commit 4a744a6
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 4a744a6

Please sign in to comment.