fix(dashboard): display CG in PL configuration details (#11653)

CLOSES CMRC-966
This commit is contained in:
Frane Polić
2025-02-28 10:12:45 +01:00
committed by GitHub
parent f55211c30e
commit de0798dbed

View File

@@ -55,7 +55,7 @@ const CustomerGroupDisplay = ({
}) => {
const { t } = useTranslation()
const customerGroupIds = priceList.rules.customer_group_id as
const customerGroupIds = priceList.rules["customer.groups.id"] as
| string[]
| undefined