Revert "fix: save draft with custom tags"

This reverts commit 9cdb740cae.
This commit is contained in:
tim
2025-07-14 15:42:49 +08:00
parent 97362834ea
commit db50e122d4

View File

@@ -98,7 +98,6 @@ export default {
return
}
try {
await ensureTags(token)
const res = await fetch(`${API_BASE_URL}/api/drafts`, {
method: 'POST',
headers: {