Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hege Aalvik <[email protected]>
  • Loading branch information
NilsOveTen and hegeaal committed Jan 13, 2025
1 parent 3042697 commit 44eadd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const EndpointSection = () => {
tagTitle={localization.tag.required}
helpText={localization.dataServiceForm.helptext.endpoint}
helpAriaLabel={localization.dataServiceForm.fieldLabel.endpoint}
tagColor='info'
>
{localization.dataServiceForm.fieldLabel.endpoint}
</LabelWithHelpTextAndTag>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const TitleSection = () => {
tagTitle={localization.tag.required}
helpText={localization.dataServiceForm.helptext.title}
helpAriaLabel={localization.dataServiceForm.fieldLabel.title}
tagColor='info'
>
{localization.dataServiceForm.fieldLabel.title}
</LabelWithHelpTextAndTag>
Expand All @@ -33,7 +32,6 @@ export const TitleSection = () => {
tagTitle={localization.tag.required}
helpText={localization.dataServiceForm.helptext.description}
helpAriaLabel={localization.dataServiceForm.fieldLabel.description}
tagColor='info'
>
{localization.dataServiceForm.fieldLabel.description}
</LabelWithHelpTextAndTag>
Expand Down

0 comments on commit 44eadd9

Please sign in to comment.