IO-3020 IO-3036 Resolve identified bugs.

This commit is contained in:
Patrick Fic
2024-12-11 09:44:18 -08:00
parent a630fc5556
commit 53d15b0d45
7 changed files with 179 additions and 142 deletions

View File

@@ -133,7 +133,7 @@ function JobsDocumentsComponent({
{!hasMediaAccess && (
<Col span={24}>
<Card>
<UpsellComponent upsell={upsellEnum().media.general} />
<UpsellComponent disableMask upsell={upsellEnum().media.general} />
</Card>
</Col>
)}