main ← bulk-invite-fix-1
opened 12:26PM - 10 Dec 24 UTC
There was two bugs:
- naming of properties were incorrect s/is_private/isPrivat…e and s/is_public/isPublic
- a previous refactoring has used `=` for setter when it's an `EmberObject` and `set` should be used
This commit also adds a spec and page objects to ensure this modal is working as expected.