From 387d9ee5c3bdd9fcc298bb2a03d62e4c795e13dd Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 21 Feb 2023 18:11:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20lint=20error=20(single=20q?= =?UTF-8?q?uotes)=20in=20MvgConnection=20widget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Widgets/MvgConnection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Widgets/MvgConnection.vue b/src/components/Widgets/MvgConnection.vue index b4eae501..7d5ea54c 100644 --- a/src/components/Widgets/MvgConnection.vue +++ b/src/components/Widgets/MvgConnection.vue @@ -66,7 +66,7 @@ export default { connections: null, locationSearch: null, connectionName: null, - defaultTitle: "Connection", + defaultTitle: 'Connection', locations: { origin: undefined, destination: undefined,