mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
Plugins base (#613)
* wip * wip * cleanup * notification channels * phpstan * services * remove server types * refactoring * refactoring
This commit is contained in:
@ -25,7 +25,7 @@ export default function VHost({ site, children }: { site: Site; children: ReactN
|
||||
|
||||
const submit = (e: FormEvent) => {
|
||||
e.preventDefault();
|
||||
form.patch(route('site-settings.update-vhost', { server: site.server_id, site: site.id }), {
|
||||
form.put(route('site-settings.update-vhost', { server: site.server_id, site: site.id }), {
|
||||
onSuccess: () => {
|
||||
setOpen(false);
|
||||
},
|
||||
|
Reference in New Issue
Block a user