Removed duplicate formatter

This commit is contained in:
snipe
2025-11-18 12:54:21 +00:00
parent a97c453706
commit 5eb73baf5e
3 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class StatusLabelPresenter extends Presenter
'switchable' => true,
'title' => trans('admin/statuslabels/table.color'),
'visible' => true,
'formatter' => 'colorSqFormatter',
'formatter' => 'colorTagFormatter',
], [
'field' => 'show_in_nav',
'searchable' => false,