Skip to content

Commit 10ac033

Browse files
committed
remove .notRequired()
1 parent 30e0966 commit 10ac033

File tree

1 file changed

+4
-4
lines changed
  • frontend/src/widgets/ClusterConfigForm

1 file changed

+4
-4
lines changed

frontend/src/widgets/ClusterConfigForm/schema.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ const authPropsSchema = lazy((_, { parent }) => {
141141
});
142142
case 'SASL/AWS IAM':
143143
return object({
144-
awsProfileName: string().notRequired(),
145-
awsRoleArn: string().notRequired(),
146-
awsRoleSessionName: string().notRequired(),
147-
awsStsRegion: string().notRequired(),
144+
awsProfileName: string(),
145+
awsRoleArn: string(),
146+
awsRoleSessionName: string(),
147+
awsStsRegion: string(),
148148
});
149149
case 'SASL/Azure Entra':
150150
case 'SASL/GCP IAM':

0 commit comments

Comments
 (0)