Use util fetch for hook as well

This commit is contained in:
thiloho
2024-09-25 22:05:39 +02:00
parent bc5e494bbb
commit 5fcfeffa84
3 changed files with 9 additions and 15 deletions

View File

@@ -105,7 +105,7 @@ export const actions: Actions = {
},
body: {
website_id: params.websiteId,
prefix: data.get("domain-prefix") as string
prefix: data.get("domain-prefix")
},
successMessage: "Successfully created/updated domain prefix"
});