Skip to content

Commit

Permalink
Merge pull request #560 from CDLUC3/feature/add-required-asterisk-to-…
Browse files Browse the repository at this point in the history
…url-field-on-repository-page

added asterisk to url field on Repository page
  • Loading branch information
briri authored Apr 1, 2024
2 parents dd77a27 + 97a68a7 commit 900a4ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function ResearchOutputs() {
<TextInput
label="URL"
type="text"
required=""
required="required"
name="repository_url"
id="idRepositoryURL"
inputValue={dataObj.repository.url}
Expand Down

0 comments on commit 900a4ab

Please sign in to comment.