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

Fix bug

parent 29f927fe
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ export default Vue.extend({
eyeCatchingImageId: this.eyeCatchingImageId,
};
function onError(err) {
const onError = err => {
if (err.id == '3d81ceae-475f-4600-b2a8-2bc116157532') {
if (err.info.param == 'name') {
this.$root.dialog({
......@@ -247,7 +247,7 @@ export default Vue.extend({
text: this.$t('name-already-exists')
});
}
}
};
if (this.pageId) {
options.pageId = this.pageId;
......
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