mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
🐛 delete field fix
This commit is contained in:
@ -146,7 +146,7 @@ async function deleteField(field: any) {
|
|||||||
if (!res.ok) {
|
if (!res.ok) {
|
||||||
throw new Error(res.status.toString());
|
throw new Error(res.status.toString());
|
||||||
}
|
}
|
||||||
return res.json();
|
return res;
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
loading: "Deleting...",
|
loading: "Deleting...",
|
||||||
|
|||||||
Reference in New Issue
Block a user