Props
open
onOpenChange
currentPhone
onSuccess
BusinessPhoneDialog component
import { BusinessPhoneDialog } from '@/components/BusinessPhoneDialog';
export default function Example() {
return (
<BusinessPhoneDialog open={open} onOpenChange={onOpenChange} currentPhone={currentPhone} />
);
}