diff --git a/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue b/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue index 4253cef799..fa4960352f 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue @@ -736,7 +736,7 @@ function addItemToPositionBox(item) { pb[j][i].el = item } } catch (e) { - console.error(e) + console.warn(e) } } } @@ -772,7 +772,7 @@ function removeItemFromPositionBox(item) { pb[j][i].el = false } } catch (e) { - console.error(e) + console.warn(e) } } }