Skip to content

Commit

Permalink
VUU80: hideCloseButton={true} -> hideCloseButton
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Nov 9, 2023
1 parent 7cb928c commit 2a2dd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const NewBasketPanel = ({
<DialogHeader
title="Add New Basket"
onClose={onClose}
hideCloseButton={true}
hideCloseButton
/>
<div className={`${classBase}-body`}>
<FormField>
Expand Down
2 changes: 1 addition & 1 deletion vuu-ui/showcase/src/examples/Layout/SavePanel.examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const SavePanel = () => {
isOpen
style={{ maxHeight: 500, borderColor: "#6d188b" }}
title={"Save Layout"}
hideCloseButton={true}
hideCloseButton
>
<SaveLayoutPanel onCancel={() => {}} onSave={handleSave} />
</Dialog>
Expand Down

0 comments on commit 2a2dd2f

Please sign in to comment.