Some additional progress / start on updating future deprecations
This commit is contained in:
@@ -28,7 +28,7 @@ export function PrintCenterModalContainer({
|
||||
|
||||
return (
|
||||
<Modal
|
||||
visible={visible}
|
||||
open={visible}
|
||||
onOk={() => toggleModalVisible()}
|
||||
onCancel={() => toggleModalVisible()}
|
||||
cancelButtonProps={{ style: { display: "none" } }}
|
||||
|
||||
Reference in New Issue
Block a user