fix: remove integer formatting from views_count column in proposals table

This commit is contained in:
Ümit Tunç
2026-05-25 07:06:49 +03:00
parent c5a33f4d18
commit 547b6efc6c
@@ -68,7 +68,6 @@ class ProposalsTable
TextColumn::make('views_count')
->label(__('proposal.table_views'))
->integer()
->sortable()
->alignCenter(),