Skip to content

Commit

Permalink
fix: remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminic committed Jan 23, 2025
1 parent 4ee7367 commit 5e3d37b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2025-01-20T11:45:28.000Z\n"
"PO-Revision-Date: 2025-01-20T11:45:28.000Z\n"
"POT-Creation-Date: 2025-01-23T07:34:31.973Z\n"
"PO-Revision-Date: 2025-01-23T07:34:31.973Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down Expand Up @@ -1298,6 +1298,9 @@ msgstr "Advanced options"
msgid "These options are used for advanced data set configurations."
msgstr "These options are used for advanced data set configurations."

msgid "Value should be bigger than 0"
msgstr "Value should be bigger than 0"

msgid "Configure data elements"
msgstr "Configure data elements"

Expand All @@ -1313,9 +1316,6 @@ msgstr "Choose an optional category combination to disaggregate the entire data
msgid "Data entry form"
msgstr "Data entry form"

msgid "Value should be bigger than 0"
msgstr "Value should be bigger than 0"

msgid "Configure which organisation units can collect data for this data set."
msgstr "Configure which organisation units can collect data for this data set."

Expand Down
2 changes: 1 addition & 1 deletion src/pages/dataSetsWip/New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Component = () => {
validate={validate}
subscription={{}}
>
{({ handleSubmit, form }) => {
{({ handleSubmit }) => {
return (
<>
<SectionedFormLayout
Expand Down

0 comments on commit 5e3d37b

Please # to comment.