We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d2e8a commit bed4c86Copy full SHA for bed4c86
frontend/src/training-materials-browser.tsx
@@ -37,7 +37,6 @@ export default function TrainingMaterialsBrowser() {
37
const [reproInventoryData, setReproInventoryData] = useState<ReproInventoryEntry[]>([])
38
const [loading, setLoading] = useState(true)
39
const [error, setError] = useState<string | null>(null)
40
- const [showRawDataDialog, setShowRawDataDialog] = useState(false)
41
const [selectedRawMaterial, setSelectedRawMaterial] = useState<ReproInventoryEntry | null>(null)
42
43
useEffect(() => {
0 commit comments