Skip to content

Commit 70d1d88

Browse files
Merge pull request #676 from sudhanshutech/update/fields
Update required fields in schema
2 parents 873f1f0 + c1513c3 commit 70d1d88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/schemas/helpAndSupportModal/schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const helpAndSupportModalSchema = {
3232
default: 'Technical'
3333
}
3434
},
35-
required: ['subject', 'description']
35+
required: ['subject', 'message']
3636
};
3737

3838
export default helpAndSupportModalSchema;

src/schemas/helpAndSupportModal/uiSchema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const helpAndSupportModalUiSchema = {
55
subject: {
66
'ui:placeholder': 'Summary or title for your support request'
77
},
8-
description: {
8+
message: {
99
'ui:placeholder': 'Detailed description of your support request'
1010
},
1111
scope: {

0 commit comments

Comments
 (0)