fixed color undefined text
parent
e0b0b15991
commit
e526b3e49e
|
@ -400,7 +400,7 @@
|
|||
|
||||
let inputVal = _inputVal;
|
||||
|
||||
let inputValJson: null | any = null;
|
||||
let inputValJson = null;
|
||||
|
||||
if(typeof _inputVal === 'object') {
|
||||
inputVal = _inputVal.id;
|
||||
|
|
Loading…
Reference in New Issue