mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
Fix: Make Journal Empty Status.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function ManualJournalsEmptyStatus() {
|
|||||||
intent={Intent.PRIMARY}
|
intent={Intent.PRIMARY}
|
||||||
large={true}
|
large={true}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
history.push('/invoices/new');
|
history.push('/make-journal-entry');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Make journal
|
Make journal
|
||||||
|
|||||||
Reference in New Issue
Block a user