mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-28 05:14:08 +03: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,
|
||||
locationSearch: null,
|
||||
connectionName: null,
|
||||
defaultTitle: "Connection",
|
||||
defaultTitle: 'Connection',
|
||||
locations: {
|
||||
origin: undefined,
|
||||
destination: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user