forked from ddrilling/asb_cloud_front
Исправлена ошибка работы панели импорта/экспорта
This commit is contained in:
parent
a9aeeb6da3
commit
de7e8fd259
@ -140,7 +140,7 @@ export const WellOperationsEditor = memo(({ idType, showNpt, ...other }) => {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setTopRightBlock(
|
setTopRightBlock(
|
||||||
<ImportExportBar onImported={updateOperations} />
|
<ImportExportBar well={well} onImported={updateOperations} />
|
||||||
)
|
)
|
||||||
}, [well, setTopRightBlock, updateOperations])
|
}, [well, setTopRightBlock, updateOperations])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user