diff --git a/src/components/InternalResourceForm.tsx b/src/components/InternalResourceForm.tsx index 2de907079..50847a489 100644 --- a/src/components/InternalResourceForm.tsx +++ b/src/components/InternalResourceForm.tsx @@ -566,19 +566,21 @@ export function InternalResourceForm({ )} /> - ( - - {t("identifier")} - - - - - - )} - /> + {variant === "edit" && ( + ( + + {t("identifier")} + + + + + + )} + /> + )}