Skip to content

Commit

Permalink
💄 style: Remove centered prop from CreateGroupModal (lobehub#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Jan 25, 2024
1 parent 5916b37 commit 7b01676
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const CreateGroupModal = memo<CreateGroupModalProps>(
<div onClick={(e) => e.stopPropagation()}>
<Modal
allowFullscreen
centered
onCancel={onCancel}
onOk={async (e: MouseEvent<HTMLButtonElement>) => {
if (!input) return;
Expand Down

0 comments on commit 7b01676

Please sign in to comment.