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 9634cee commit f57484eCopy full SHA for f57484e
components/moaform/sources/new-submission-instant/new-submission-instant.mjs
@@ -27,13 +27,13 @@ export default {
27
label: "Retention Days",
28
description: "Resend restriction days",
29
options: [
30
- 1,
31
- 3,
32
- 5,
33
- 7,
34
- 10,
35
- 15,
36
- 30,
+ { label: "1", value: 1 },
+ { label: "3", value: 3 },
+ { label: "5", value: 5 },
+ { label: "7", value: 7 },
+ { label: "10", value: 10 },
+ { label: "15", value: 15 },
+ { label: "30", value: 30 },
37
],
38
optional: true,
39
},
0 commit comments