-
Notifications
You must be signed in to change notification settings - Fork 43
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
[NEW] upload media to order #202
base: master
Are you sure you want to change the base?
[NEW] upload media to order #202
Conversation
admin/jqadm/js/admin.js
Outdated
Vue.component('l-map', window.Vue2Leaflet.LMap); | ||
Vue.component('l-marker', window.Vue2Leaflet.LMarker); | ||
Vue.component('l-tile-layer', window.Vue2Leaflet.LTileLayer); | ||
Vue.component('l-map', window.Vue2Leaflet?.LMap); | ||
Vue.component('l-marker', window.Vue2Leaflet?.LMarker); | ||
Vue.component('l-tile-layer', window.Vue2Leaflet?.LTileLayer); |
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.
Please don't mix different things in one PR
.gitignore
Outdated
|
||
.idea | ||
vendor |
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.
Can you please remove that from your PR?
Thank you for your PR! |
@WLsupport I keep seeing this argument. Wouldn't that be automatically be solved with an editorConfig file added to all of your repositories?
|
@rowild If it works we are happy to add such a file :-) |
Please indent with one tab per indention instead of spaces |
No description provided.