IO-976 Print Center UI updates
This commit is contained in:
@@ -23,15 +23,18 @@ export function PrintCenterModalContainer({
|
||||
const { t } = useTranslation();
|
||||
|
||||
const { visible, context } = printCenterModal;
|
||||
const { type } = context;
|
||||
//const { type } = context;
|
||||
// const { refetch } = actions;
|
||||
|
||||
return (
|
||||
<Modal
|
||||
visible={visible}
|
||||
onOk={() => 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
|
||||
>
|
||||
<PrintCenterModalComponent context={context} />
|
||||
|
||||
Reference in New Issue
Block a user