Fixed formatting

This commit is contained in:
Abhishek Kathuria 2022-08-25 15:53:35 +05:30
parent 1f55ecb374
commit ddf1d5a5f6
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@
'isDelete': false,
};
if (option.label == "") {
if (! option.label) {
self.isNullOptionChecked = true;
self.idNullOption = option.id;
row['notRequired'] = true;