Skip to content

Commit 369af6b

Browse files
committed
Make detail optional
1 parent 861969e commit 369af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/FullPageForm/FullPageForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { FormTitle } from "../FormTitle/FormTitle"
55

66
export interface FullPageFormProps {
77
title: string
8-
detail: React.ReactNode
8+
detail?: React.ReactNode
99
onCancel: () => void
1010
}
1111

0 commit comments

Comments
 (0)