Fixed formatting
This commit is contained in:
parent
1f55ecb374
commit
ddf1d5a5f6
|
|
@ -506,7 +506,7 @@
|
|||
'isDelete': false,
|
||||
};
|
||||
|
||||
if (option.label == "") {
|
||||
if (! option.label) {
|
||||
self.isNullOptionChecked = true;
|
||||
self.idNullOption = option.id;
|
||||
row['notRequired'] = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue