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);
|
.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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user