Skip to content

Commit

Permalink
update: change default type proposal to text proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Nov 8, 2023
1 parent caaa4c0 commit 23c7651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Proposals/CreateProposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const schema = yup.object().shape({
export default function CreateProposal() {
const [open, setOpen] = useState(false);
const [loadingTransaction, setLoadingTransaction] = useState(false);
const [fieldValue, setFieldValue] = useState(UNBONDING_TIME);
const [fieldValue, setFieldValue] = useState(TEXT_PROPOSAL);
const { address } = useSelector(state => state.wallet);
const [votingValue, setVotingValue] = useState(VOTING_DAY);
const history = useHistory();
Expand Down

0 comments on commit 23c7651

Please sign in to comment.