We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf15054 commit 878d236Copy full SHA for 878d236
1 file changed
client/src/pages/RoleForm.jsx
@@ -451,6 +451,7 @@ export const RoleForm = () => {
451
<InputField name={I18n.t("roles.landingPage")}
452
value={application ? application.landingPage : null}
453
isUrl={true}
454
+ required={true}
455
disabled={isEmpty(application) || !allowedToEditApplication}
456
placeholder={I18n.t("roles.landingPagePlaceHolder")}
457
onBlur={e => validateApplication(index, e.target.value)}
0 commit comments