-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue/1192 garden connection buttons #4
base: garden_connection_config_feature
Are you sure you want to change the base?
Changes from 1 commit
0df72ec
97c5701
5c2b7b0
defe44e
f899c76
187d0e7
8c9131d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"es6": true | ||
}, | ||
"parserOptions": { | ||
"ecmaVersion": 6, | ||
"ecmaVersion": 2018, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It doesn't really matter what this is set to, as long as it's set to something sensible. |
||
"sourceType": "module" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes made here in this commit are not actually related to any work in adding the buttons. But because this line was backwards, this code was firing and it revealed that the error messages were uninterpretable.