Skip to content

Commit

Permalink
fix(admin): email component reset state [EP-3299] (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-qc committed Jan 8, 2021
1 parent a739ef9 commit 0d3e5a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function EmailInput(props: EmailInputProps) {

creatableRef.onChange(
[
...creatableRef.state.value,
...(props.value || []),
{
label: email,
value: email,
Expand Down

0 comments on commit 0d3e5a4

Please sign in to comment.