Skip to content

Commit 73149c9

Browse files
Update core/src/components/action-sheet/action-sheet.tsx
Co-authored-by: Brandy Smith <[email protected]>
1 parent c150a61 commit 73149c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/action-sheet/action-sheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class ActionSheet implements ComponentInterface, OverlayInterface {
321321
*
322322
* @param button The radio button that was selected.
323323
*/
324-
private async selectRadioButton(button: ActionSheetButton) {
324+
private selectRadioButton(button: ActionSheetButton) {
325325
const buttonId = this.getButtonId(button);
326326

327327
// Set the active radio ID (this will trigger a re-render and update aria-checked)

0 commit comments

Comments
 (0)