fix: removed attr is_shown_on_dashboard

This commit is contained in:
2025-10-27 17:31:48 +04:00
parent 71c9d08b8c
commit 3575b9f34a
4 changed files with 0 additions and 77 deletions

View File

@ -54,16 +54,6 @@ const useAttributesInnerTableColumns = () => {
accessor: "isApplicableToGroup",
render: attr => renderCheck(attr.isApplicableToGroup),
},
{
title: "Вывод на дашборде",
accessor: "isShownOnDashboard",
render: attr => renderCheck(attr.isShownOnDashboard),
},
{
title: "Подсветка, если просрочен",
accessor: "isHighlightIfExpired",
render: attr => renderCheck(attr.isHighlightIfExpired),
},
{
title: "Может быть пустым",
accessor: "isNullable",