fix file rename
This commit is contained in:
@@ -272,7 +272,7 @@ export async function renameWarrenEntry(
|
|||||||
headers: getApiHeaders(),
|
headers: getApiHeaders(),
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
warrenId,
|
warrenId,
|
||||||
path,
|
paths: [path],
|
||||||
targetPath,
|
targetPath,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user