Bug fix in the map selection
Bug fix in the map selection
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
.map((a) => a.id);
|
||||
|
||||
try {
|
||||
|
||||
await api.assetApi.updateAssets({
|
||||
assetBulkUpdateDto: {
|
||||
ids,
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
};
|
||||
|
||||
const handleConfirm = () => {
|
||||
dispatch('confirm', { lat, lng });
|
||||
dispatch('confirm', point);
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user