Bug fix in the map selection

Bug fix in the map selection
This commit is contained in:
yannfrendo
2023-11-22 18:22:40 +01:00
parent e26192eb00
commit 2cad0ce8bd
2 changed files with 2 additions and 1 deletions
@@ -21,6 +21,7 @@
.map((a) => a.id); .map((a) => a.id);
try { try {
await api.assetApi.updateAssets({ await api.assetApi.updateAssets({
assetBulkUpdateDto: { assetBulkUpdateDto: {
ids, ids,
@@ -29,7 +29,7 @@
}; };
const handleConfirm = () => { const handleConfirm = () => {
dispatch('confirm', { lat, lng }); dispatch('confirm', point);
}; };
</script> </script>