Instruction text when editing

This commit is contained in:
Mike Simpson 2023-06-29 13:50:49 +01:00
parent ff8618beb8
commit a765f94d20

View File

@ -79,7 +79,7 @@ export const MultiDataEntry: React.FC<MultiDataEntryProps> = ({
{
isEditing && isDisabled && values.length === 0 &&
<div className="input-group">
<input className="form-control no-entries" type="text" value="No entries" disabled={true} />
<input className="form-control no-entries" type="text" value="Please add a link below" disabled={true} />
</div>
}
{