mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: redirect save as draft to list in Make journal .
This commit is contained in:
@@ -38,7 +38,7 @@ export default function MakeJournalEntriesFooter({
|
||||
disabled={isSubmitting}
|
||||
className={'button-secondary ml1'}
|
||||
onClick={() => {
|
||||
onSubmitClick({ publish: false, redirect: false });
|
||||
onSubmitClick({ publish: false, redirect: true });
|
||||
}}
|
||||
>
|
||||
<T id={'save_as_draft'} />
|
||||
|
||||
Reference in New Issue
Block a user