Skip to content
Snippets Groups Projects
Commit d9be9c95 authored by syuilo's avatar syuilo
Browse files

投稿失敗したときにエラー表示するように

parent ed09796e
No related branches found
No related tags found
No related merge requests found
......@@ -562,6 +562,10 @@ export default defineComponent({
});
}).catch(err => {
this.posting = false;
os.dialog({
type: 'error',
text: err.message + '<br>' + (err as any).id,
});
});
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment