Skip to content

Commit 89a3d95

Browse files
committed
fix example
1 parent 8d63539 commit 89a3d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/patternfly-docs/content/extensions/component-groups/examples/WarningModal/WarningModalCheckboxExample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const BasicExample: React.FunctionComponent = () => {
1111
title='Unsaved changes'
1212
onClose={() => setIsOpen(false)}
1313
onConfirm={() => setIsOpen(false)}
14-
withCheckbox={true}
14+
withCheckbox
1515
checkboxLabel='Are you sure?'
1616
confirmButtonVariant
1717
>

0 commit comments

Comments
 (0)