fix: Cannot edit icon in collection edit dialog

closes #3313
This commit is contained in:
Tom Moor
2022-03-31 12:26:06 -07:00
parent 9fef7fc5ec
commit a4c8c7d709

View File

@@ -68,7 +68,7 @@ const Modal: React.FC<Props> = ({
{...dialog}
preventBodyScroll
hideOnEsc
hideOnClickOutside={isCentered}
hideOnClickOutside={!!isCentered}
hide={onRequestClose}
>
{(props) =>