mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 05:35:07 +02:00
🚨 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…
x
Reference in New Issue
Block a user