fix: before admin stations removal

This commit is contained in:
Eric Gullickson
2025-12-24 17:20:11 -06:00
parent 96ee43ea94
commit 8ef6b3d853
32 changed files with 1258 additions and 176 deletions

View File

@@ -525,9 +525,6 @@ export const AdminCatalogPage: React.FC = () => {
<Typography>
<strong>To Update:</strong> {importPreview.toUpdate.length}
</Typography>
<Typography>
<strong>To Delete:</strong> {importPreview.toDelete.length}
</Typography>
</Box>
{/* Errors */}