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 >