Skip to content

Commit

Permalink
LPS-200511 Revert object type check, sometimes it is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
markocikos authored and brianchandotcom committed Nov 15, 2023
1 parent 3a9bd92 commit a2e24b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function getValidFields({
return;
}

if (type === EFieldType.OBJECT && propertyValue.$ref) {
if (propertyValue.$ref) {
if (Liferay.FeatureFlags['LPS-186871']) {
fields.push({
children: getValidFields({
Expand Down

0 comments on commit a2e24b9

Please sign in to comment.