diff --git a/src/pages/WellOperations/WellOpeationsModes.jsx b/src/pages/WellOperations/WellOpeationsParams.jsx similarity index 98% rename from src/pages/WellOperations/WellOpeationsModes.jsx rename to src/pages/WellOperations/WellOpeationsParams.jsx index 42850df..5e7ab22 100644 --- a/src/pages/WellOperations/WellOpeationsModes.jsx +++ b/src/pages/WellOperations/WellOpeationsParams.jsx @@ -14,7 +14,7 @@ import { dictionarySectionType, getByKeyOrReturnKey } from './dictionary' const basePageSize = 160; -export const WellOpeationsModes = ({idWell}) => { +export const WellOpeationsParams = ({idWell}) => { const [pageNumAndPageSize, setPageNumAndPageSize] = useState({current:1, pageSize:basePageSize}) const [paginationTotal, setPaginationTotal] = useState(0) const [params, setParams] = useState([]) diff --git a/src/pages/WellOperations/index.jsx b/src/pages/WellOperations/index.jsx index d23b2dc..11c289f 100644 --- a/src/pages/WellOperations/index.jsx +++ b/src/pages/WellOperations/index.jsx @@ -56,7 +56,7 @@ export default function WellOperations({idWell}) { - +