🐛 delete field fix

This commit is contained in:
Timur Ercan
2023-02-15 13:16:09 +01:00
parent dd9b8a7f7d
commit d215fdc047

View File

@ -146,7 +146,7 @@ async function deleteField(field: any) {
if (!res.ok) {
throw new Error(res.status.toString());
}
return res.json();
return res;
}),
{
loading: "Deleting...",