fix(dashboard): display CG in PL configuration details (#11653)
CLOSES CMRC-966
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ const CustomerGroupDisplay = ({
|
|||||||
}) => {
|
}) => {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
|
|
||||||
const customerGroupIds = priceList.rules.customer_group_id as
|
const customerGroupIds = priceList.rules["customer.groups.id"] as
|
||||||
| string[]
|
| string[]
|
||||||
| undefined
|
| undefined
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user