скрыть отчет 9

This commit is contained in:
PotapovaA 2026-06-24 12:27:29 +03:00
parent c6502e59a7
commit cc766238f2

View File

@ -63,7 +63,8 @@ export default function TaskPage() {
sheet: sheet.sheet_name,
direction: sheet.direction,
}));
setTables(mappedTables);
//пока скрыт
setTables(mappedTables.filter(t => t.sheet !== "OTCH9F",));
} catch (error) {
toast.error(
error?.response?.data?.detail || 'Ошибка получения данных задачи',