theme value
This commit is contained in:
@@ -45,7 +45,8 @@ const ProductVariant: FC = () => {
|
||||
<Td text="">
|
||||
<div>
|
||||
<div className="font-medium text-gray-900">
|
||||
{variant.title_fa}
|
||||
{variant.title_fa + ' '}
|
||||
( {variant.themeValue?.name} )
|
||||
</div>
|
||||
<div className="text-gray-500 text-xs">
|
||||
{variant.title_en}
|
||||
|
||||
@@ -244,8 +244,11 @@ export type ProductVariantDetailType = {
|
||||
saleFormat: SaleFormatType;
|
||||
themeValue?: {
|
||||
_id: string;
|
||||
theme: {
|
||||
title: string;
|
||||
};
|
||||
name: string;
|
||||
value: number;
|
||||
value: string;
|
||||
};
|
||||
size?: SizeType;
|
||||
color?: ColorType;
|
||||
|
||||
Reference in New Issue
Block a user