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,
|
connections: null,
|
||||||
locationSearch: null,
|
locationSearch: null,
|
||||||
connectionName: null,
|
connectionName: null,
|
||||||
defaultTitle: "Connection",
|
defaultTitle: 'Connection',
|
||||||
locations: {
|
locations: {
|
||||||
origin: undefined,
|
origin: undefined,
|
||||||
destination: undefined,
|
destination: undefined,
|
||||||
|
|
Loading…
Reference in New Issue