fix: removed attr is_shown_on_dashboard
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user