Commit e6d1b757 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

remove default value

parent 78e07267
...@@ -15,7 +15,7 @@ class SendPatchIndex extends Component ...@@ -15,7 +15,7 @@ class SendPatchIndex extends Component
// protected $paginationTheme = 'bootstrap'; // protected $paginationTheme = 'bootstrap';
public $searchBy, $editPid, $message, $keyword, $perPage = 10, $searchSelected = 'PID', public $searchBy, $editPid, $message, $keyword, $perPage = 10, $searchSelected = 'PID',
// $action = 'list'; // $action = 'list';
$action = 'edit'; // test $action = 'list'; // test
protected $listeners = ['showGroupList', 'deleteItem', 'deleteSelected']; protected $listeners = ['showGroupList', 'deleteItem', 'deleteSelected'];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment