FunctionConfirmButton({
onConfirm,
children,
confirmLabel = "Confirm?",
variant = "danger",
size = "sm",
...props
}: {
components/admin/primitives.tsx:108
FunctionCreateChallengeForm({
friends,
loadingFriends,
onCreated,
prefill,
onClearPrefill,
compact,
}: Props)
components/social/CreateChallengeForm.tsx:39