hotfix/IO-3280-Image-Selection-Bug - Fix Bug in image selection dialog

This commit is contained in:
Dave Richer
2025-06-24 14:42:06 -04:00
parent 00cc47553b
commit 25ea2a80a3
2 changed files with 2 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ export function ChatMediaSelector({ bodyshop, selectedMedia, setSelectedMedia, c
trigger="click"
open={open}
onOpenChange={handleVisibleChange}
overlayClassName="media-selector-popover"
classNames={{ root: "media-selector-popover" }}
>
<Badge count={selectedMedia.filter((s) => s.isSelected).length}>
<PictureFilled style={{ margin: "0 .5rem" }} />