terms-and-privacy edit works
This commit is contained in:
parent
7980ae4cdd
commit
a0cbe8a239
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue