Skip to content

Commit fc752a4

Browse files
committed
feat(webapp): label help, concurrency, and region contact form types
1 parent 533e083 commit fc752a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/webapp/app/routes/resources.feedback.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const feedbackTypes = {
2121
},
2222
help: {
2323
label: "Help me out",
24-
labelTypeId: undefined,
24+
labelTypeId: "lt_01KTVCAPZY5ZJ0SS4ACMXWYYT3",
2525
threadTitle: "Contact form: Help me out",
2626
},
2727
enterprise: {
@@ -36,12 +36,12 @@ export const feedbackTypes = {
3636
},
3737
concurrency: {
3838
label: "Increase my concurrency",
39-
labelTypeId: undefined,
39+
labelTypeId: "lt_01KTVCCY2PDE5V6WV2PQ8N85K2",
4040
threadTitle: "Contact form: Increase my concurrency",
4141
},
4242
region: {
4343
label: "Suggest a new region",
44-
labelTypeId: undefined,
44+
labelTypeId: "lt_01KTVCDPYYBW6KS9H5V8MTQ0GG",
4545
threadTitle: "Contact form: Suggest a new region",
4646
},
4747
hipaa: {

0 commit comments

Comments
 (0)