import { Checkbox } from 'ui' type Props = { acknowledgedAll: boolean setAcknowledgedAll: (value: boolean) => void max: number } export const DeleteOrganizationButtonSingleAck = ({ acknowledgedAll, setAcknowledgedAll, max, }: Props) => { return (
This organization contains more than {max} projects.