From a15ea4c38b0300a4a239a2978e0eb29b4ff1fdaa Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Wed, 24 Mar 2021 16:31:48 -0700
Subject: [PATCH] IO-798 Reassign cancel button.
---
.../jobs-document-gallery.reassign.component.jsx | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/client/src/components/jobs-documents-gallery/jobs-document-gallery.reassign.component.jsx b/client/src/components/jobs-documents-gallery/jobs-document-gallery.reassign.component.jsx
index c2b7ff948..58c847cdf 100644
--- a/client/src/components/jobs-documents-gallery/jobs-document-gallery.reassign.component.jsx
+++ b/client/src/components/jobs-documents-gallery/jobs-document-gallery.reassign.component.jsx
@@ -1,4 +1,4 @@
-import { Button, Form, Popover, notification } from "antd";
+import { Button, Form, Popover, notification, Space } from "antd";
import React, { useState, useMemo } from "react";
import { useTranslation } from "react-i18next";
import JobSearchSelect from "../job-search-select/job-search-select.component";
@@ -100,9 +100,14 @@ export default function JobsDocumentsGalleryReassign({ galleryImages }) {
-
+
+
+
+
);