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 ddb88f4 commit 25d313cCopy full SHA for 25d313c
src/components/overlays/AlertDialog/AlertDialog.tsx
@@ -82,7 +82,7 @@ function AlertDialog(props: CubeAlertDialogProps, ref) {
82
)}
83
</Content>
84
) : null}
85
- {!noActions || (!confirmProps && !secondaryProps && !cancelProps) ? (
+ {!noActions && (confirmProps || secondaryProps || cancelProps) ? (
86
<Footer>
87
<ButtonGroup align="end">
88
{confirmProps && (
0 commit comments