From 7892cdc45716d5d03c0a9a35ad8e92240e4e5308 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 4 May 2021 08:58:57 -0700 Subject: [PATCH] IO-976 Print Center UI updates --- .../print-center-modal/print-center-modal.container.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/src/components/print-center-modal/print-center-modal.container.jsx b/client/src/components/print-center-modal/print-center-modal.container.jsx index b812e62ef..37dba6614 100644 --- a/client/src/components/print-center-modal/print-center-modal.container.jsx +++ b/client/src/components/print-center-modal/print-center-modal.container.jsx @@ -23,15 +23,18 @@ export function PrintCenterModalContainer({ const { t } = useTranslation(); const { visible, context } = printCenterModal; - const { type } = context; + //const { type } = context; // const { refetch } = actions; return ( toggleModalVisible()} onCancel={() => toggleModalVisible()} + cancelButtonProps={{ style: { display: "none" } }} + okText={t("general.actions.close")} width="90%" - title={` ${t("printcenter.labels.title")} - ${type}`} + title={t("printcenter.labels.title")} destroyOnClose >