mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
Merge branch 'develop' of https://github.com/bigcapitalhq/client into develop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user