Skip to content

Commit 33f2062

Browse files
authored
Update radio-group.directive.ts
1 parent 18f5806 commit 33f2062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/radio/radio-group.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export class IgxRadioGroupDirective implements AfterContentInit, ControlValueAcc
209209
* ```
210210
*/
211211
@HostBinding('class.igx-radio-group--vertical')
212-
public vertical = false;
212+
private vertical = false;
213213

214214
/**
215215
* Returns the alignment of the `igx-radio-group`.

0 commit comments

Comments
 (0)