Skip to content

Commit

Permalink
fix(export): resolve missing meta parameter in `WidgetLayerExportConf…
Browse files Browse the repository at this point in the history
…igs` (#321)
  • Loading branch information
saif-ellafi authored Jan 10, 2025
1 parent 48a55f4 commit c77f1b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class WidgetLayerExportConfigs {
networkUrl: map['networkUrl'],
assetPath: map['assetPath'],
fileUrl: map['fileUrl'],
meta: map['meta'],
);
}

Expand Down

0 comments on commit c77f1b5

Please sign in to comment.