Skip to content

Commit

Permalink
Update packages/smarthr-ui/src/components/Dialog/MessageDialog/Messag…
Browse files Browse the repository at this point in the history
…eDialogContentInner.tsx
  • Loading branch information
s-sasaki-0529 authored Dec 16, 2024
1 parent 2f91847 commit cbe2d37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const MessageDialogContentInner: FC<MessageDialogContentInnerProps> = ({
<DialogBody contentPadding={contentPadding} contentBgColor={contentBgColor}>
{description}
</DialogBody>
{}
<Cluster as="footer" justify="flex-end" className={actionArea()}>
<Button onClick={onClickClose} className="smarthr-ui-Dialog-closeButton">
{decorators?.closeButtonLabel?.(CLOSE_BUTTON_LABEL) || CLOSE_BUTTON_LABEL}
Expand Down

0 comments on commit cbe2d37

Please sign in to comment.