mirror of https://github.com/Lissy93/dashy.git
🚨 Fix lint error (single quotes) in MvgConnection widget
This commit is contained in:
parent
08e5e5b48e
commit
387d9ee5c3
|
@ -66,7 +66,7 @@ export default {
|
|||
connections: null,
|
||||
locationSearch: null,
|
||||
connectionName: null,
|
||||
defaultTitle: "Connection",
|
||||
defaultTitle: 'Connection',
|
||||
locations: {
|
||||
origin: undefined,
|
||||
destination: undefined,
|
||||
|
|
Loading…
Reference in New Issue