terms-and-privacy edit works

This commit is contained in:
armiejean 2025-05-19 19:49:16 +08:00
parent 7980ae4cdd
commit a0cbe8a239
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
['name' => 'Details', 'key' => 'details', 'sortable' => true], ['name' => 'Details', 'key' => 'details', 'sortable' => true],
['name' => 'Type', 'key' => 'type', 'sortable' => true], ['name' => 'Type', 'key' => 'type', 'sortable' => true],
], ],
'actions' => ['edit', 'view', 'delete'], 'actions' => [ 'view', 'delete'],
'showAddButton' => true, 'showAddButton' => true,
'addButtonUrl' => route('terms-and-privacy.create'), 'addButtonUrl' => route('terms-and-privacy.create'),
'showCheckboxes' => true, 'showCheckboxes' => true,