We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873f1f0 commit c1513c3Copy full SHA for c1513c3
src/schemas/helpAndSupportModal/schema.tsx
@@ -32,7 +32,7 @@ const helpAndSupportModalSchema = {
32
default: 'Technical'
33
}
34
},
35
- required: ['subject', 'description']
+ required: ['subject', 'message']
36
};
37
38
export default helpAndSupportModalSchema;
src/schemas/helpAndSupportModal/uiSchema.tsx
@@ -5,7 +5,7 @@ const helpAndSupportModalUiSchema = {
5
subject: {
6
'ui:placeholder': 'Summary or title for your support request'
7
8
- description: {
+ message: {
9
'ui:placeholder': 'Detailed description of your support request'
10
11
scope: {
0 commit comments