aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
176 stars 43 forks source link

Wrong closing tag in js/components/config-table.js #292

Closed edu27 closed 7 months ago

edu27 commented 7 months ago

https://github.com/aimeos/ai-admin-jqadm/blob/2b610244e1da120f3c1859273c11696f573fe2b3/js/components/config-table.js#L211

Instead of "AimeosMapComponent" should be "AimeosListComponent". This is giving an error in js console.

imagen

aimeos commented 7 months ago

You are right and it's now fixed in aimeos/ai-admin-jqadm:2023.10.x-dev The fix will be in the next package release.

edu27 commented 7 months ago

Now it's working correctly. Thanks.