feat: add edit locking transactions.

This commit is contained in:
elforjani13
2021-12-14 22:05:17 +02:00
parent 7cd2b1c533
commit 92cff82184
10 changed files with 73 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ export const TransactionLockingContent = ({
onCancle,
}) => {
const handleLockClick = (event) => {
safeInvoke(onLock, module, event);
safeInvoke(onLock, module, isEnabled, event);
};
const handleEditBtn = (event) => {
safeInvoke(onEditLock, module, event);