fix: remove integer formatting from views_count column in proposals table
This commit is contained in:
@@ -68,7 +68,6 @@ class ProposalsTable
|
||||
|
||||
TextColumn::make('views_count')
|
||||
->label(__('proposal.table_views'))
|
||||
->integer()
|
||||
->sortable()
|
||||
->alignCenter(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user