Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
e6d1b757
Commit
e6d1b757
authored
Sep 09, 2024
by
Sarun Mungthanya
Browse files
remove default value
parent
78e07267
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/SendPatch/SendPatchIndex.php
View file @
e6d1b757
...
@@ -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
=
'
edi
t'
;
// test
$action
=
'
lis
t'
;
// test
protected
$listeners
=
[
'showGroupList'
,
'deleteItem'
,
'deleteSelected'
];
protected
$listeners
=
[
'showGroupList'
,
'deleteItem'
,
'deleteSelected'
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment