Skip to content

Commit

Permalink
Fix GetEvents component failing to create from Global search
Browse files Browse the repository at this point in the history
  • Loading branch information
adecler committed Nov 13, 2020
1 parent 019d1d0 commit 655e3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dynamo20/Dynamo_UI/Global/GlobalSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ private static void GlobalSearch_ItemSelected(DynamoModel dynamoModel, oM.UI.Com
{ typeof(ExplodeCaller), typeof(ExplodeComponent) },
{ typeof(FromJsonCaller), typeof(FromJsonComponent) },
{ typeof(GetInfoCaller), typeof(GetInfoComponent) },
{ typeof(GetEventsCaller), typeof(GetEventsComponent) },
{ typeof(GetPropertyCaller), typeof(GetPropertyComponent) },
{ typeof(ModifyCaller), typeof(ModifyComponent) },
{ typeof(QueryCaller), typeof(QueryComponent) },
Expand Down

0 comments on commit 655e3e3

Please sign in to comment.