diff --git a/resources/js/pages/servers/Create.vue b/resources/js/pages/servers/Create.vue index bec2988..db79419 100644 --- a/resources/js/pages/servers/Create.vue +++ b/resources/js/pages/servers/Create.vue @@ -14,7 +14,7 @@ const props = defineProps({ const form = useForm({ provider: 'hetzner', location: null, - serverType: null, + server_type: null, image: null, }); @@ -78,7 +78,7 @@ if (form.provider && !props.locations) {