@@ -31,9 +31,9 @@ export default connect(
|
||||
export function ShopInfoResponsibilityCenterComponent({bodyshop, form}) {
|
||||
const {t} = useTranslation();
|
||||
|
||||
const { treatments: {Qb_Multi_Ar,DmsAp} } = useSplitTreatments({
|
||||
const {treatments: {Qb_Multi_Ar, DmsAp}} = useSplitTreatments({
|
||||
attributes: {},
|
||||
names: ["Qb_Multi_Ar","DmsAp"],
|
||||
names: ["Qb_Multi_Ar", "DmsAp"],
|
||||
splitKey: bodyshop && bodyshop.imexshopid,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user