e.preventDefault()}
>
{isMobile && (
@@ -118,14 +138,16 @@ export default function ClassificationSelectionDialog({
Details
)}
- {t("categorizeImageAs")}
+
+ {dialogLabel ?? t("categorizeImageAs")}
+
- {classes
+ {filteredClasses
.sort((a, b) => {
if (a === "none") return 1;
if (b === "none") return -1;
@@ -152,7 +174,7 @@ export default function ClassificationSelectionDialog({
-