diff --git a/src/components/attribute.vue b/src/components/attribute.vue index 667d360d..082751c4 100644 --- a/src/components/attribute.vue +++ b/src/components/attribute.vue @@ -507,7 +507,7 @@ const changeFontFamily = (fontName) => { canvasEditor.canvas.renderAll(); Spin.hide(); }) - .catch((err) => { + .catch(() => { Spin.hide(); }); };