diff --git a/frontend/src/app/core/common/enum/respone-error-code.ts b/frontend/src/app/core/common/enum/respone-error-code.ts index 7678cfd2c..b2463cd73 100644 --- a/frontend/src/app/core/common/enum/respone-error-code.ts +++ b/frontend/src/app/core/common/enum/respone-error-code.ts @@ -7,8 +7,6 @@ export enum ResponseErrorCode { SystemError = 102, MissingTenant = 103, ModelValidation = 106, - // TenantCodeRequired = 108, not used - // TenantNameRequired = 109, not used TenantNotAllowed = 112, DescriptionTemplateNewVersionConflict = 113, DescriptionTemplateIsNotFinalized = 114, diff --git a/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html b/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html index 6c4ca89ee..ec091a444 100644 --- a/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html +++ b/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html @@ -73,11 +73,9 @@