Skip to content

Commit

Permalink
Merge pull request #6 from DavidBerger98/fix-changeset
Browse files Browse the repository at this point in the history
fix(widgets): self._helper.changeset is a property
  • Loading branch information
jourdain authored Aug 22, 2022
2 parents fb6f05a + 8e7f540 commit b4c77a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trame_simput/widgets/simput.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def changeset(self):
"""
All unapplied changesets
"""
return self._helper.changeset()
return self._helper.changeset

@property
def has_changes(self):
Expand Down

0 comments on commit b4c77a1

Please sign in to comment.