forked from ddrilling/asb_cloud_front
Исправлена ошибка с проверкой назначенной телеметрии
This commit is contained in:
parent
cacacd1749
commit
20c589692c
@ -66,9 +66,9 @@ export const TelemetryMerger = memo(() => {
|
||||
setIsMerging,
|
||||
'Не удалось объединить телеметрии',
|
||||
'Объединение телеметрий',
|
||||
), [primary, secondary])
|
||||
), [updateTelemetry])
|
||||
|
||||
useEffect(() => updateTelemetry(), [])
|
||||
useEffect(() => updateTelemetry(), [updateTelemetry])
|
||||
|
||||
useEffect(() => {
|
||||
const query = new URLSearchParams(location.search)
|
||||
|
@ -42,7 +42,7 @@ export const TelemetryController = memo(() => {
|
||||
)}
|
||||
>
|
||||
<p>Вы собираетесь использовать данную телеметрию для слияния</p>
|
||||
{record.well && (
|
||||
{record.realWell && (
|
||||
<p style={{ color: 'red' }}>Внимание! Телеметрии назначена скважина!</p>
|
||||
)}
|
||||
</Poprompt>
|
||||
|
Loading…
Reference in New Issue
Block a user