Skip to content

Commit

Permalink
Update prop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hisprofile authored Jun 13, 2024
1 parent 03b703b commit d97b2a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plumber/asset/prop.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def import_prop(
) -> None:
model_name = prop.model()
obj = model_tracker.get_model_copy(model_name, collection)
obj['path_id'] = model_name
obj['props'] = prop.properties()

name = f"{prop.class_name()}_{prop.id()}"

Expand Down

0 comments on commit d97b2a3

Please sign in to comment.