Skip to content

Commit 1f5888e

Browse files
committed
Fix typescript errors
1 parent d505ae2 commit 1f5888e

File tree

7 files changed

+6993
-8221
lines changed

7 files changed

+6993
-8221
lines changed

mock/data/forms.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -328,50 +328,6 @@
328328
{
329329
"instructions": "This is a test form instruction",
330330
"sections": [
331-
{
332-
"id": "ticket",
333-
"label": "Ticket",
334-
"fields": [
335-
{
336-
"name": "ticket",
337-
"type": "ticket",
338-
"required": false,
339-
"label": "Ticket"
340-
},
341-
{
342-
"name": "promo_code",
343-
"type": "text",
344-
"required": false,
345-
"label": "Promo code"
346-
}
347-
]
348-
},
349-
{
350-
"id": "payment",
351-
"label": null,
352-
"fields": [
353-
{
354-
"name": "payment_type",
355-
"type": "select",
356-
"required": true,
357-
"label": "Payment method",
358-
"options": [
359-
{
360-
"value": "Invoice",
361-
"label": "Invoice"
362-
},
363-
{
364-
"value": "Card",
365-
"label": "Card"
366-
},
367-
{
368-
"value": "PayPal",
369-
"label": "PayPal"
370-
}
371-
]
372-
}
373-
]
374-
},
375331
{
376332
"id": "general",
377333
"label": "Personal Info",

0 commit comments

Comments
 (0)