mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 22:21:09 +08:00
Merge pull request #196 from nagisa77/codex/fix-custom-tag-draft-saving-issue
Fix draft save with custom tags
This commit is contained in:
@@ -98,6 +98,7 @@ export default {
|
||||
return
|
||||
}
|
||||
try {
|
||||
await ensureTags(token)
|
||||
const res = await fetch(`${API_BASE_URL}/api/drafts`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user