Merge pull request 'скрыть отчет 9' (#72) from fix-front into test
Reviewed-on: #72
This commit is contained in:
commit
b27ee53a9e
@ -63,7 +63,8 @@ export default function TaskPage() {
|
|||||||
sheet: sheet.sheet_name,
|
sheet: sheet.sheet_name,
|
||||||
direction: sheet.direction,
|
direction: sheet.direction,
|
||||||
}));
|
}));
|
||||||
setTables(mappedTables);
|
//пока скрыт
|
||||||
|
setTables(mappedTables.filter(t => t.sheet !== "OTCH9F",));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
toast.error(
|
toast.error(
|
||||||
error?.response?.data?.detail || 'Ошибка получения данных задачи',
|
error?.response?.data?.detail || 'Ошибка получения данных задачи',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user