We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feec36d commit 005d47eCopy full SHA for 005d47e
src/app/[locale]/(app)/profile/_components/more-options-modal.tsx
@@ -33,7 +33,8 @@ export const MoreOptionsModal: FC = () => {
33
return (
34
<>
35
<Button
36
- onPress={onOpen}
+ // Should use onPress but there's a bug https://github.com/nextui-org/nextui/issues/1796
37
+ onClick={onOpen}
38
isIconOnly
39
aria-label={t('title')}
40
variant="light"
0 commit comments