File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ export default {
225
225
// Reset all of the mappings and any custom values
226
226
for (let {name, attribute} of fields) {
227
227
this .mappings [attribute] = " " ;
228
- this .values = " " ;
228
+ this .values = {} ;
229
229
}
230
230
231
231
// For each field of the resource, try to find a matching heading and pre-assign
Original file line number Diff line number Diff line change 56
56
</BasicButton >
57
57
<div v-show =" showFailureData[rowIndex]" >
58
58
<div v-for =" (value, key) in problem.values" >
59
- {{ config.map [key] }} &rightarrow ; {{ key }} :
59
+ {{ config.mappings [key] }} &rightarrow ; {{ key }} :
60
60
<code >
61
61
{{ value }}
62
62
<i v-if =" ! value" >null</i >
112
112
</BasicButton >
113
113
<div v-show =" showErrorData[rowIndex]" >
114
114
<div v-for =" (value, key) in problem.values" >
115
- {{ config.map [key] }} &rightarrow ; {{ key }} :
115
+ {{ config.mappings [key] }} &rightarrow ; {{ key }} :
116
116
<code >
117
117
{{ value }}
118
118
<i v-if =" ! value" >null</i >
You can’t perform that action at this time.
0 commit comments