mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-06 20:10:46 +08:00
fix: save draft with custom tags
This commit is contained in:
@@ -98,6 +98,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
await ensureTags(token)
|
||||||
const res = await fetch(`${API_BASE_URL}/api/drafts`, {
|
const res = await fetch(`${API_BASE_URL}/api/drafts`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user