fixed color undefined text

main
Jan Umbach 2024-06-29 10:24:13 +02:00
parent e0b0b15991
commit e526b3e49e
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@
let inputVal = _inputVal;
let inputValJson: null | any = null;
let inputValJson = null;
if(typeof _inputVal === 'object') {
inputVal = _inputVal.id;