mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix bugs in make journal page.
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
const AccountCellRenderer = ({
|
||||
column: { id, value },
|
||||
row: { index, original },
|
||||
cell: { value: initialValue },
|
||||
payload: { accounts, updateData, errors },
|
||||
}) => {
|
||||
const handleAccountSelected = useCallback((account) => {
|
||||
|
||||
Reference in New Issue
Block a user