@@ -60,7 +60,6 @@ export const CAlert = forwardRef<HTMLDivElement, CAlertProps>(
60
variant === 'solid' ? `bg-${color} text-white` : `alert-${color}`,
61
{
62
'alert-dismissible fade': dismissible,
63
-// show: _visible,
64
},
65
className,
66
)
0 commit comments