diff --git a/src/components/Documents.jsx b/src/components/Documents.jsx index e3bbda3..b7cb274 100644 --- a/src/components/Documents.jsx +++ b/src/components/Documents.jsx @@ -171,7 +171,7 @@ export default function Documents({selectedFileCategory}) { } } GetDocuments() - }, [id, range, selectedFileCategory, isTableUpdating]) + }, [id, range,page, selectedFileCategory, isTableUpdating]) return (
diff --git a/src/pages/Cementing.jsx b/src/pages/Cementing.jsx deleted file mode 100644 index 2f08b27..0000000 --- a/src/pages/Cementing.jsx +++ /dev/null @@ -1,8 +0,0 @@ -import Documents from "../components/Documents" - -export default function Cementing({selectedFileCategory}) { - - return( - - ) -} \ No newline at end of file diff --git a/src/pages/DocumentForWell.jsx b/src/pages/DocumentForWell.jsx deleted file mode 100644 index 62255c3..0000000 --- a/src/pages/DocumentForWell.jsx +++ /dev/null @@ -1,8 +0,0 @@ -import Documents from "../components/Documents" - -export default function DocumentsForWell({selectedFileCategory}) { - - return( - - ) -} \ No newline at end of file diff --git a/src/pages/Gti.jsx b/src/pages/Gti.jsx deleted file mode 100644 index c51aa47..0000000 --- a/src/pages/Gti.jsx +++ /dev/null @@ -1,8 +0,0 @@ -import Documents from "../components/Documents" - -export default function Gti({selectedFileCategory}) { - - return( - - ) -} \ No newline at end of file diff --git a/src/pages/Master.jsx b/src/pages/Master.jsx deleted file mode 100644 index 6c15e0c..0000000 --- a/src/pages/Master.jsx +++ /dev/null @@ -1,8 +0,0 @@ -import Documents from "../components/Documents" - -export default function Master({selectedFileCategory}) { - - return( - - ) -} \ No newline at end of file diff --git a/src/pages/Nnb.jsx b/src/pages/Nnb.jsx deleted file mode 100644 index c5d1227..0000000 --- a/src/pages/Nnb.jsx +++ /dev/null @@ -1,8 +0,0 @@ -import Documents from "../components/Documents" - -export default function Nnb({selectedFileCategory}) { - - return( - - ) -} \ No newline at end of file diff --git a/src/pages/Supervisor.jsx b/src/pages/Supervisor.jsx deleted file mode 100644 index 52bf0b8..0000000 --- a/src/pages/Supervisor.jsx +++ /dev/null @@ -1,8 +0,0 @@ -import Documents from "../components/Documents" - -export default function Supervisor({selectedFileCategory}) { - - return( - - ) -} \ No newline at end of file diff --git a/src/pages/Well.jsx b/src/pages/Well.jsx index 293b95f..3845f4d 100644 --- a/src/pages/Well.jsx +++ b/src/pages/Well.jsx @@ -7,13 +7,7 @@ import Messages from "../pages/Messages"; import Report from "../pages/Report"; import Analysis from "../pages/Analysis"; import WellAnalysis from "../pages/WellAnalysis"; -import FluidService from "../components/Documents"; -import Cementing from "../pages/Cementing"; -import Nnb from "../pages/Nnb"; -import Gti from "../pages/Gti"; -import DocumentForWell from "../pages/DocumentForWell"; -import Supervisor from "../pages/Supervisor"; -import Master from "../pages/Master"; +import Documents from "../components/Documents"; import LastData from '../pages/LastData' import TelemetryView from "../pages/TelemetryView"; @@ -110,31 +104,31 @@ export default function Well() { - + - + - + - + - + - + - + - +