use tint value if no description
This commit is contained in:
parent
8d60732e9e
commit
d49e363e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ export default {
|
||||||
arr.push({
|
arr.push({
|
||||||
ColorAnswerText: p.color,
|
ColorAnswerText: p.color,
|
||||||
FeatureAnswers: [{
|
FeatureAnswers: [{
|
||||||
FeatureAnswerText: p.description,
|
FeatureAnswerText: p.description === '' ? p.color : p.description,
|
||||||
PartNumber: p.partNumber
|
PartNumber: p.partNumber
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue