скрыть отчет 9
This commit is contained in:
parent
c6502e59a7
commit
cc766238f2
@ -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 || 'Ошибка получения данных задачи',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user