Skip to content

Commit

Permalink
chore: close
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Dec 13, 2024
1 parent 70b44c0 commit 237f392
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/projects/Create/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ const Create: React.FC = () => {
width: 801,
icon: (
<div style={{ display: 'flex', justifyContent: 'flex-end', width: '100%' }}>
<CloseOutlined onClick={() => {}} style={{ cursor: 'pointer' }} />
<CloseOutlined
onClick={() => {
destroy();
}}
style={{ cursor: 'pointer' }}
/>
</div>
),
content: (
Expand Down

0 comments on commit 237f392

Please sign in to comment.