File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const form = useForm({
46
46
</SectionTitleLineWithButton >
47
47
<CardBox
48
48
form
49
- @submit.prevent =" form.post(route('permission.update', this .permission.id))"
49
+ @submit.prevent =" form.post(route('permission.update', props .permission.id))"
50
50
>
51
51
<FormField
52
52
label =" Name"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const form = useForm({
57
57
</SectionTitleLineWithButton >
58
58
<CardBox
59
59
form
60
- @submit.prevent =" form.post(route('role.update', this .role.id))"
60
+ @submit.prevent =" form.post(route('role.update', props .role.id))"
61
61
>
62
62
<FormField
63
63
label =" Name"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const form = useForm({
60
60
</SectionTitleLineWithButton >
61
61
<CardBox
62
62
form
63
- @submit.prevent =" form.post(route('user.update', this .user.id))"
63
+ @submit.prevent =" form.post(route('user.update', props .user.id))"
64
64
>
65
65
<FormField
66
66
label =" Enter Name"
You can’t perform that action at this time.
0 commit comments