From d030346dde1f611b4e106694ac5f70432b54b5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 9 Jul 2024 20:54:30 -0400 Subject: [PATCH] fix(components): replace console.error -> console.warn --- components/story/create/uploadOrPaste.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/story/create/uploadOrPaste.vue b/components/story/create/uploadOrPaste.vue index 74484cf..1b49bf6 100644 --- a/components/story/create/uploadOrPaste.vue +++ b/components/story/create/uploadOrPaste.vue @@ -39,7 +39,7 @@ console.log(fileField.value); } } catch (e) { - console.error('not yet'); + console.warn('not yet'); } } "