Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis-grnet committed Dec 24, 2024
1 parent d4656c5 commit 7d0b7f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ const Fields = ({ readOnly }: DescriptorSettingsProps) => {
readOnly={readOnly}
rules={{
required: {
value: useMetadataDescriptorUrl === "true" || autoUpdated === "true",
value: useMetadataDescriptorUrl === "true"

Check failure on line 73 in js/apps/admin-ui/src/identity-providers/add/DescriptorSettings.tsx

View workflow job for this annotation

GitHub Actions / Admin UI

Replace `·useMetadataDescriptorUrl·===·"true"⏎···············` with `⏎················useMetadataDescriptorUrl·===·"true"`
|| autoUpdated === "true",
message: t("required"),
},
}}
Expand Down

0 comments on commit 7d0b7f1

Please sign in to comment.