mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 22:21:09 +08:00
fix: save draft 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