fix: update i18n - text verdicts from analyze tools

This commit is contained in:
2026-09-13 06:38:58 +05:00
parent 4b44bc439c
commit 372babc3b7
5 changed files with 30 additions and 20 deletions
@@ -12,6 +12,7 @@
result: PixelImage | null;
fileResult?: FileResult | null;
textResult?: string | null;
toolId?: string;
running?: boolean;
oncopy?: () => void;
ondownloadtxt?: () => void;
@@ -21,6 +22,7 @@
result,
fileResult = null,
textResult = null,
toolId = "",
running = false,
oncopy,
ondownloadtxt,
@@ -62,6 +64,7 @@
<SchemaTextResult
value={textResult}
kind="verdict"
{toolId}
oncopy={oncopy ?? (() => {})}
ondownload={ondownloadtxt ?? (() => {})}
/>