mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
🚨 Fix lint error (single quotes) in MvgConnection widget
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user