fix bugs in make journal page.

This commit is contained in:
Ahmed Bouhuolia
2020-04-07 17:52:52 +02:00
parent aed7df7931
commit 05cc76b4f1
5 changed files with 17 additions and 7 deletions

View File

@@ -4,9 +4,9 @@ import {
} from '@blueprintjs/core';
const InputEditableCell = ({
value: initialValue,
row: { index },
column: { id },
column: { id, },
cell: { value: initialValue },
payload,
}) => {
const [value, setValue] = useState(initialValue)