We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc05e6e commit a669748Copy full SHA for a669748
1 file changed
src/frontend/src/pages/batchView.tsx
@@ -73,6 +73,7 @@ const BatchStoryPage = () => {
73
const [selectedFileId, setSelectedFileId] = useState<string>("");
74
const [expandedSections, setExpandedSections] = useState(["errors"]);
75
const [batchSummary, setBatchSummary] = useState<BatchSummary | null>(null);
76
+ const [selectedFileContent, setSelectedFileContent] = useState<string>("");
77
const [selectedFileTranslatedContent, setSelectedFileTranslatedContent] = useState<string>("");
78
79
0 commit comments