keep data cached

This commit is contained in:
2025-04-07 20:08:59 +01:00
parent 5d042900ae
commit 609008afc7
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ const props = defineProps({
});
const form = useForm({
provider: 'hetzner',
provider: null,
location: null,
server_type: null,
image: null,
@@ -83,7 +83,7 @@ function loadServerTypes() {
<RadioButton
v-for="provider in providers"
v-model="form.provider"
:value="provider.value"
:value="provider.id"
:disabled="provider.disabled"
name="server-provider"
>