Merge pull request #22809 from niraj2477/fix-permission-manager
This commit is contained in:
commit
4d54e8a088
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ function parse_option(v) {
|
|||
is_disabled = Boolean(v.disabled);
|
||||
is_selected = Boolean(v.selected);
|
||||
|
||||
if (is_value_null && is_label_null && typeof v === "string") {
|
||||
if (is_value_null && is_label_null && typeof v !== "object") {
|
||||
value = v;
|
||||
label = __(v);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue