Skip to content

Commit 27bc01b

Browse files
committed
fixup radio
1 parent d3f6c1a commit 27bc01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/au-radio.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import not from 'ember-truth-helpers/helpers/not';
99
interface PrivateArgs {
1010
groupValue?: unknown;
1111
inGroup?: boolean;
12-
onChangeGroup?: (selected: unknown, event: Event) => void;
12+
onChangeGroup?: (selected: string | undefined, event: Event) => void;
1313
}
1414

1515
export interface AuRadioSignature {

0 commit comments

Comments
 (0)