Skip to content

Commit a1b7ee7

Browse files
committed
1 parent 994ddc0 commit a1b7ee7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/project-editor/flow/component.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4904,7 +4904,6 @@ export function checkProperty(
49044904
}
49054905
} else if (
49064906
!isPropertyOptional(object, propertyInfo) &&
4907-
!(object instanceof ProjectEditor.WidgetClass) &&
49084907
!isPropertyHidden(object, propertyInfo)
49094908
) {
49104909
messages.push(propertyNotSetMessage(object, propertyInfo.name));
@@ -4941,7 +4940,6 @@ export function checkProperty(
49414940
}
49424941
} else if (
49434942
!isPropertyOptional(object, propertyInfo) &&
4944-
!(object instanceof ProjectEditor.WidgetClass) &&
49454943
!isPropertyHidden(object, propertyInfo)
49464944
) {
49474945
messages.push(propertyNotSetMessage(object, propertyInfo.name));
@@ -4966,7 +4964,6 @@ export function checkProperty(
49664964
}
49674965
} else if (
49684966
!isPropertyOptional(object, propertyInfo) &&
4969-
!(object instanceof ProjectEditor.WidgetClass) &&
49704967
!isPropertyHidden(object, propertyInfo)
49714968
) {
49724969
messages.push(propertyNotSetMessage(object, propertyInfo.name));

0 commit comments

Comments
 (0)