From fc607d883ff33565b376e8406ec7ff8b98cbc0f7 Mon Sep 17 00:00:00 2001 From: goodm2ice Date: Tue, 11 Jan 2022 20:03:04 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B2=20url=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B0=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8=20=D1=88=D0=B0=D0=B1?= =?UTF-8?q?=D0=BB=D0=BE=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/WellOperations/ImportExportBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/WellOperations/ImportExportBar.jsx b/src/pages/WellOperations/ImportExportBar.jsx index 7357fa5..a5485a5 100644 --- a/src/pages/WellOperations/ImportExportBar.jsx +++ b/src/pages/WellOperations/ImportExportBar.jsx @@ -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 = () => {