From 57c68593865113594e2d9b870d5f0c2c89e68631 Mon Sep 17 00:00:00 2001 From: goodmice Date: Tue, 12 Oct 2021 16:51:25 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D0=B3=D0=B8=D0=BD=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/WellOperations/WellDrillParams.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/WellOperations/WellDrillParams.jsx b/src/pages/WellOperations/WellDrillParams.jsx index d9e3aae..6fbbc00 100644 --- a/src/pages/WellOperations/WellDrillParams.jsx +++ b/src/pages/WellOperations/WellDrillParams.jsx @@ -70,6 +70,7 @@ export const WellDrillParams = ({idWell}) => { onRowAdd={onAdd} onRowEdit={onEdit} onRowDelete={onDelete} + pagination={false} /> )