Skip to content

Commit

Permalink
Remove searchable property on table_name column from reservations mod…
Browse files Browse the repository at this point in the history
…el configuration.

Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Nov 13, 2024
1 parent 586e497 commit ea24af2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/admin/models/config/reservations_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
'label' => 'lang:admin::lang.reservations.column_table',
'type' => 'partial',
'path' => 'reservations/form/table_name_column',
'searchable' => true,
],
'status_name' => [
'label' => 'lang:admin::lang.label_status',
Expand Down

0 comments on commit ea24af2

Please sign in to comment.