-
-
-
-
-
-
-
-
-
- {
- window.open(
- props.target.src,
- "_blank",
- "toolbar=0,location=0,menubar=0"
- );
- }}
- onSelectImage={(index, image) => {
- setgalleryImages({
- ...galleryImages,
- images: galleryImages.images.map((g, idx) =>
- index === idx ? { ...g, isSelected: !g.isSelected } : g
- ),
- });
- }}
- />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- {
- return {
- backgroundImage: ,
- height: "100%",
- width: "100%",
- };
- }}
- onClickThumbnail={(index) => {
- window.open(
- galleryImages.other[index].src,
- "_blank",
- "toolbar=0,location=0,menubar=0"
- );
- }}
- onSelectImage={(index) => {
- setgalleryImages({
- ...galleryImages,
- other: galleryImages.other.map((g, idx) =>
- index === idx ? { ...g, isSelected: !g.isSelected } : g
- ),
- });
- }}
- />
-
-
+
+
+ {
+ window.open(
+ props.target.src,
+ "_blank",
+ "toolbar=0,location=0,menubar=0"
+ );
+ }}
+ onSelectImage={(index, image) => {
+ setgalleryImages({
+ ...galleryImages,
+ images: galleryImages.images.map((g, idx) =>
+ index === idx ? { ...g, isSelected: !g.isSelected } : g
+ ),
+ });
+ }}
+ />
+
+
+
+
+ {
+ return {
+ backgroundImage: ,
+ height: "100%",
+ width: "100%",
+ };
+ }}
+ onClickThumbnail={(index) => {
+ window.open(
+ galleryImages.other[index].src,
+ "_blank",
+ "toolbar=0,location=0,menubar=0"
+ );
+ }}
+ onSelectImage={(index) => {
+ setgalleryImages({
+ ...galleryImages,
+ other: galleryImages.other.map((g, idx) =>
+ index === idx ? { ...g, isSelected: !g.isSelected } : g
+ ),
+ });
+ }}
+ />
+
+
+
);
}
diff --git a/client/src/components/jobs-documents-gallery/jobs-documents-gallery.selectall.component.jsx b/client/src/components/jobs-documents-gallery/jobs-documents-gallery.selectall.component.jsx
index fb6e16ee2..b140e2043 100644
--- a/client/src/components/jobs-documents-gallery/jobs-documents-gallery.selectall.component.jsx
+++ b/client/src/components/jobs-documents-gallery/jobs-documents-gallery.selectall.component.jsx
@@ -1,4 +1,4 @@
-import { Button } from "antd";
+import { Button, Space } from "antd";
import React from "react";
import { useTranslation } from "react-i18next";
@@ -49,7 +49,7 @@ export default function JobsDocumentsGallerySelectAllComponent({
};
return (
- <>
+
@@ -62,6 +62,6 @@ export default function JobsDocumentsGallerySelectAllComponent({
- >
+
);
}
diff --git a/client/src/components/jobs-find-modal/jobs-find-modal.component.jsx b/client/src/components/jobs-find-modal/jobs-find-modal.component.jsx
index ce3106117..1c941d253 100644
--- a/client/src/components/jobs-find-modal/jobs-find-modal.component.jsx
+++ b/client/src/components/jobs-find-modal/jobs-find-modal.component.jsx
@@ -155,7 +155,6 @@ export default function JobsFindModalComponent({
/>
)}
- size="small"
pagination={{ position: "bottom" }}
columns={columns.map((item) => ({ ...item }))}
rowKey="id"
diff --git a/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx b/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx
index 904304563..8f16f1d53 100644
--- a/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx
+++ b/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx
@@ -194,7 +194,6 @@ export function JobsList({ bodyshop, refetch, loading, jobs, total }) {