UI Updates & Bill Entering
This commit is contained in:
@@ -90,7 +90,12 @@ export function NoteUpsertModalContainer({
|
||||
}}
|
||||
destroyOnClose
|
||||
>
|
||||
<Form form={form} onFinish={handleFinish} initialValues={existingNote}>
|
||||
<Form
|
||||
form={form}
|
||||
onFinish={handleFinish}
|
||||
initialValues={existingNote}
|
||||
layout="vertical"
|
||||
>
|
||||
<NoteUpsertModalComponent form={form} />
|
||||
</Form>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user