Skip to content

Commit

Permalink
Merge pull request #43 from ItsukiKigoshi/39-feat-google-drive-sync
Browse files Browse the repository at this point in the history
Remove closeOnEscape prop from ModalCourseEditor
  • Loading branch information
ItsukiKigoshi authored Feb 4, 2024
2 parents 6ffe564 + 99e08b4 commit 3d8d6ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ModalCourseEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default function ModalCourseEditor(props: {
title={props.title}
centered
closeOnClickOutside={false}
closeOnEscape={false}
>
<form onSubmit={handleSubmit}>
<Stack gap="xs" pb="xs">
Expand Down

0 comments on commit 3d8d6ea

Please sign in to comment.