Skip to content

Commit

Permalink
Step 9.9: Add is public checkbox to the party details component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 40964ef commit a1e0da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imports/ui/components/partyDetails/partyDetails.js
Expand Up @@ -30,7 +30,8 @@ class PartyDetails {
}, {
$set: {
name: this.party.name,
description: this.party.description
description: this.party.description,
public: this.party.public
}
}, (error) => {
if (error) {
Expand Down

0 comments on commit a1e0da1

Please sign in to comment.