diff --git a/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx b/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx
index 50400b6d..cda458d4 100644
--- a/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx
+++ b/rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx
@@ -165,12 +165,10 @@ function FormCreateItem() {
value={alias}
onChange={event => setAlias(event.target.value)}
/>
- {user?.is_staff ? (
-
-
-
-
- ) : null}
+
+
+
+
diff --git a/rsconcept/frontend/src/utils/constants.ts b/rsconcept/frontend/src/utils/constants.ts
index 371cf363..a02e7d8d 100644
--- a/rsconcept/frontend/src/utils/constants.ts
+++ b/rsconcept/frontend/src/utils/constants.ts
@@ -34,7 +34,7 @@ export const PARAMETER = {
statSmallThreshold: 3, // characters - threshold for small labels - small font
logicLabel: 'LOGIC',
- exteorVersion: '4.9.3',
+ exteorVersion: '4.9.4',
TOOLTIP_WIDTH: 'max-w-[29rem]'
};