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

Commit

Permalink
remove place holder values for identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Nov 27, 2023
1 parent 0bbff47 commit fbf3f54
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 fbf3f54

Please sign in to comment.