Skip to content

Commit

Permalink
feat: add data element group New and Edit views
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Mar 5, 2024
1 parent ebb78c1 commit 3093e89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 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: 2024-03-05T09:22:03.031Z\n"
"PO-Revision-Date: 2024-03-05T09:22:03.031Z\n"
"POT-Creation-Date: 2024-03-05T09:22:38.399Z\n"
"PO-Revision-Date: 2024-03-05T09:22:38.399Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down
6 changes: 6 additions & 0 deletions src/pages/dataElementGroups/fields/DataElementsField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ export function DataElementsField() {

const newDataElementsLink = useHref('/dataElements/new')
const dataElementsHandle = useRef({
<<<<<<< HEAD
refetch: () => console.error('Not initialized'),
=======
refetch: () => {
throw new Error('Not initialized')
},
>>>>>>> ced3ce0 (feat: add data element group New and Edit views)
})

const rightHeader = (
Expand Down

0 comments on commit 3093e89

Please sign in to comment.