Skip to content

Commit

Permalink
Update selectbutton.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 29, 2023
1 parent fbb3c8c commit cbdc013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/selectbutton/selectbutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class SelectButton implements ControlValueAccessor {
value: this.value
});
} else if (this.value !== optionValue) {
this.value = optionValue;
this.value = optionValue;
this.onModelChange(this.value);

this.onChange.emit({
Expand Down

1 comment on commit cbdc013

@vercel
Copy link

@vercel vercel bot commented on cbdc013 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.