diff --git a/src/app/components/Editor.tsx b/src/app/components/Editor.tsx index c418d75c..8b1fce3e 100644 --- a/src/app/components/Editor.tsx +++ b/src/app/components/Editor.tsx @@ -513,6 +513,13 @@ export default function Editor() { fieldName="applicationSuite" /> +
+ + fieldName="organisation.uri" + data={organisations} + filter="contains" + /> +
@@ -530,14 +537,14 @@ export default function Editor() { {isDeprecatedFieldVisible( `description.${lang}.genericName` as never ) && ( - - - fieldName="genericName" - lang={lang} - deprecated - /> - - )} + + + fieldName="genericName" + lang={lang} + deprecated + /> + + )}
fieldName="localisedName" @@ -581,7 +588,7 @@ export default function Editor() {
- + fieldName="longDescription" lang={lang} required @@ -606,13 +613,6 @@ export default function Editor() { fieldName="isBasedOn" /> -
- - fieldName="organisation.uri" - data={organisations} - filter="contains" - /> -