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

View File

@@ -21,6 +21,7 @@
.map((a) => a.id);
try {
await api.assetApi.updateAssets({
assetBulkUpdateDto: {
ids,

View File

@@ -29,7 +29,7 @@
};
const handleConfirm = () => {
dispatch('confirm', { lat, lng });
dispatch('confirm', point);
};
</script>