Skip to content

Commit

Permalink
Fix retention days label
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
vunguyenhung and coderabbitai[bot] authored Oct 1, 2024
1 parent 9634cee commit f57484e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export default {
label: "Retention Days",
description: "Resend restriction days",
options: [
1,
3,
5,
7,
10,
15,
30,
{ label: "1", value: 1 },

Check failure on line 30 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Expected a line break after this opening brace

Check failure on line 30 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Object properties must go on a new line

Check failure on line 30 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Expected a line break before this closing brace
{ label: "3", value: 3 },

Check failure on line 31 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Expected a line break after this opening brace

Check failure on line 31 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Object properties must go on a new line

Check failure on line 31 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Expected a line break before this closing brace
{ label: "5", value: 5 },

Check failure on line 32 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Expected a line break after this opening brace

Check failure on line 32 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Object properties must go on a new line

Check failure on line 32 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Expected a line break before this closing brace
{ label: "7", value: 7 },

Check failure on line 33 in components/moaform/sources/new-submission-instant/new-submission-instant.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Expected a line break after this opening brace
{ label: "10", value: 10 },
{ label: "15", value: 15 },
{ label: "30", value: 30 },
],
optional: true,
},
Expand Down

0 comments on commit f57484e

Please sign in to comment.