forked from ddrilling/asb_cloud_front
Исправлена ошибка в url метода загрузки шаблона
This commit is contained in:
parent
8ea3ff02af
commit
fc607d883f
@ -9,7 +9,7 @@ const style = {margin:4}
|
||||
export const ImportExportBar = ({idWell, onImported, disabled}) =>{
|
||||
const [isImportModalVisible, setIsImportModalVisible] = useState(false)
|
||||
|
||||
const downloadTemplate = async () => download(`/api/well/${idWell}/wellOperations/tamplate`)
|
||||
const downloadTemplate = async () => download(`/api/well/${idWell}/wellOperations/template`)
|
||||
const downloadExport = async () => download(`/api/well/${idWell}/wellOperations/export`)
|
||||
|
||||
const onDone = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user