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({
|
||||
ColorAnswerText: p.color,
|
||||
FeatureAnswers: [{
|
||||
FeatureAnswerText: p.description,
|
||||
FeatureAnswerText: p.description === '' ? p.color : p.description,
|
||||
PartNumber: p.partNumber
|
||||
}]
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue