zy-asrs-flow/src/pages/map/utils.js
@@ -250,6 +250,10 @@ } } export const findSpriteByUuid = (uuid) => { return mapContainer?.children?.find(child => child?.data?.uuid === uuid); } export const sensorTypeSelectOptions = (intl) => { let options = []; Object.entries(SENSOR_TYPE).forEach(([key, value]) => {