🚨 Fix lint error (single quotes) in MvgConnection widget

This commit is contained in:
Alicia Sykes 2023-02-21 18:11:01 +00:00
parent 08e5e5b48e
commit 387d9ee5c3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default {
connections: null,
locationSearch: null,
connectionName: null,
defaultTitle: "Connection",
defaultTitle: 'Connection',
locations: {
origin: undefined,
destination: undefined,