fix(dashboard): display CG in PL configuration details (#11653)
CLOSES CMRC-966
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user