Skip to content

Commit 06b6daf

Browse files
committed
wip
1 parent 6c5bb47 commit 06b6daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ protected function prepareHandle()
472472
{
473473
if (method_exists($this, 'handle')) {
474474
$this->method('POST');
475-
$this->action(route('admin.handle-form'));
475+
$this->action(admin_url('_handle_form_'));
476476
$this->hidden('_form_')->default(get_called_class());
477477
}
478478
}

0 commit comments

Comments
 (0)