Skip to content

Commit

Permalink
js: add slug to subcommunity initial values
Browse files Browse the repository at this point in the history
  • Loading branch information
egabancho committed Jan 27, 2025
1 parent 4d626f1 commit f01a41a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ class CommunityCreateForm extends Component {
slug: "",
title: "",
},
metadata: {
slug: "",
},
}}
onSubmit={this.onSubmit}
>
Expand Down

0 comments on commit f01a41a

Please sign in to comment.