Skip to content

Commit

Permalink
Add return to pack_models (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed May 28, 2024
1 parent b12dae7 commit e8a4cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function pack_models(
for (const [key, sub_value] of Object.entries(value)) {
packed[key] = pack_models(sub_value, widget);
}
return packed;
} else {
return value;
}
Expand Down

0 comments on commit e8a4cb8

Please sign in to comment.