|
|
|
@ -467,7 +467,7 @@ const CardModal = React.memo(
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Modal open closeIcon size="small" centered={false} onClose={handleClose}>
|
|
|
|
<Modal open closeIcon centered={false} onClose={handleClose} className={styles.wrapper}>
|
|
|
|
{canEdit ? (
|
|
|
|
{canEdit ? (
|
|
|
|
<AttachmentAddZone onCreate={onAttachmentCreate}>{contentNode}</AttachmentAddZone>
|
|
|
|
<AttachmentAddZone onCreate={onAttachmentCreate}>{contentNode}</AttachmentAddZone>
|
|
|
|
) : (
|
|
|
|
) : (
|
|
|
|
|