Logan Ford

Results 1 comments of Logan Ford

Hey @benyaminl ! You can add a prop & new interface type into your DialogContent in `components/ui/dialog.tsx` that looks like this: ``` interface DialogContentProps { showCloseButton: boolean; className?: string; children?:...