Skip to content

Commit

Permalink
Fix bookmark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Oct 9, 2023
1 parent 2c765b9 commit 876621e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funnel/views/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ def save(self) -> ReturnView:
account=current_auth.user, project=self.obj
)
form.populate_obj(proj_save)
db.session.add(proj_save)
db.session.commit()
else:
if proj_save is not None:
Expand Down

0 comments on commit 876621e

Please sign in to comment.