mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: refactor modals
This commit is contained in:
parent
e9d127bf89
commit
7b3badc10a
7 changed files with 3 additions and 5 deletions
|
|
@ -26,7 +26,6 @@ function NewChapterModal({ submitChapter, closeModal }: any) {
|
|||
};
|
||||
|
||||
return (
|
||||
|
||||
<FormLayout onSubmit={handleSubmit}>
|
||||
<FormField name="chapter-name">
|
||||
<Flex css={{ alignItems: 'baseline', justifyContent: 'space-between' }}>
|
||||
Loading…
Add table
Add a link
Reference in a new issue