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({
4646 </SectionTitleLineWithButton >
4747 <CardBox
4848 form
49- @submit.prevent =" form.post(route('permission.update', this .permission.id))"
49+ @submit.prevent =" form.post(route('permission.update', props .permission.id))"
5050 >
5151 <FormField
5252 label =" Name"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const form = useForm({
5757 </SectionTitleLineWithButton >
5858 <CardBox
5959 form
60- @submit.prevent =" form.post(route('role.update', this .role.id))"
60+ @submit.prevent =" form.post(route('role.update', props .role.id))"
6161 >
6262 <FormField
6363 label =" Name"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const form = useForm({
6060 </SectionTitleLineWithButton >
6161 <CardBox
6262 form
63- @submit.prevent =" form.post(route('user.update', this .user.id))"
63+ @submit.prevent =" form.post(route('user.update', props .user.id))"
6464 >
6565 <FormField
6666 label =" Enter Name"
You can’t perform that action at this time.
0 commit comments