Skip to content

Commit

Permalink
Merge pull request #473 from illa-family/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AruSeito authored Nov 10, 2022
2 parents e479c52 + aa445ca commit f4abbab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const EventTargetWidgetSelect: FC<BaseSelectSetterProps> = (props) => {
if (key !== widgetDisplayName) {
const widgetType = widgetDisplayNameMapProps[key].$widgetType
const widgetMethod =
widgetBuilder(widgetType).eventHandlerConfig?.methods ?? []
widgetBuilder(widgetType)?.eventHandlerConfig?.methods ?? []
if (widgetMethod.length > 0) {
tmpOptions.push({
label: key,
Expand Down

0 comments on commit f4abbab

Please sign in to comment.