Merge branch 'develop' of https://github.com/bigcapitalhq/client into develop

This commit is contained in:
a.bouhuolia
2021-12-15 12:01:44 +02:00
9 changed files with 68 additions and 17 deletions

View File

@@ -251,7 +251,7 @@ function TransactionsLockingItemActions() {
} = useTransactionsLockingItemContext();
const handleLockClick = (event) => {
safeInvoke(onLock, module, event);
safeInvoke(onLock, module, isEnabled, event);
};
const handleEditBtn = (event) => {
safeInvoke(onEditLock, module, event);