Skip to content

Commit

Permalink
fix config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Apr 26, 2024
1 parent 3c8169e commit 1086e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/astraplusplus/widget/CreateDAO/Step4.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const onAddEmptyMember = () => {
...state.answers,
members: [
...state.answers.members,
{ name: "", role: state.answers.roles[1] }
{ name: "", role: state.answers.roles.filter((i) => i !== "all")[0] }
]
}
});
Expand Down

0 comments on commit 1086e53

Please sign in to comment.