Skip to content

Commit 25d313c

Browse files
tenphiCopilot
andauthored
Update src/components/overlays/AlertDialog/AlertDialog.tsx
Co-authored-by: Copilot <[email protected]>
1 parent ddb88f4 commit 25d313c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overlays/AlertDialog/AlertDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function AlertDialog(props: CubeAlertDialogProps, ref) {
8282
)}
8383
</Content>
8484
) : null}
85-
{!noActions || (!confirmProps && !secondaryProps && !cancelProps) ? (
85+
{!noActions && (confirmProps || secondaryProps || cancelProps) ? (
8686
<Footer>
8787
<ButtonGroup align="end">
8888
{confirmProps && (

0 commit comments

Comments
 (0)