Skip to content

Commit

Permalink
ggroup
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Feb 28, 2024
1 parent b5a7221 commit 1621855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Utilities/CompactBubbleHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static CompactBubbleViewModel Process(MirrorData value)
{
items = 0;
var viewModel = ProcessThing(value, true);
viewModel.SetObjectType(value.Data);
viewModel.SetObjectType(value?.Data);
viewModel.NumberOfItems = items;

return viewModel;
Expand Down

0 comments on commit 1621855

Please sign in to comment.