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 Feb 19, 2025
1 parent b01ec7a commit 612b10e
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 612b10e

Please sign in to comment.