Skip to content

Commit

Permalink
add required asterisk to attachments label
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Nov 27, 2024
1 parent eea04e5 commit 7b5b9bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
size for a document is 50MB.
</p>

<SaveableForm::FieldValidationMessage
@attribute='documents'
<SaveableForm::FieldValidationMessage
@attribute='documents'
@validation={{@form.errors.documents.validation}} />

<Projects::ProjectsNewAttachments
<Projects::ProjectsNewAttachments
@package={{@form.data}}
@artifact={{@artifact}}
@fileManager={{@model.fileManager}}
@fileManager={{@model.fileManager}}
data-test-section='attachments' />
</@form.Section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<fieldset class="fieldset">
<Ui::Legend>
Attachments
<Ui::RequiredAsterisk />
</Ui::Legend>

<ul class="no-bullet">
Expand Down

0 comments on commit 7b5b9bf

Please sign in to comment.