mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: add edit locking transactions.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user