diff --git a/web/src/views/classification/ModelTrainingView.tsx b/web/src/views/classification/ModelTrainingView.tsx index 697483897..9e9025691 100644 --- a/web/src/views/classification/ModelTrainingView.tsx +++ b/web/src/views/classification/ModelTrainingView.tsx @@ -565,7 +565,7 @@ function LibrarySelector({ regexErrorMessage={t("description.invalidName")} /> - + - - - - {t("button.renameCategory")} - - - - - - - - - - {t("button.deleteCategory")} - - - - + {id != "none" && ( +
+ + + + + + + {t("button.renameCategory")} + + + + + + + + + + {t("button.deleteCategory")} + + + +
+ )} ))}