Skip to content
Snippets Groups Projects
Unverified Commit 71908b6f authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: (transaction-table) show checkbox on hover (#966)

Closes #965
parent 851fa8c7
No related branches found
No related tags found
No related merge requests found
......@@ -1327,7 +1327,7 @@ function TransactionTableInner({
}
dateFormat={dateFormat}
hideFraction={hideFraction}
onHover={props.onHover}
onHover={onHover}
onEdit={tableNavigator.onEdit}
onSave={props.onSave}
onDelete={props.onDelete}
......
---
category: Bugfix
authors: [MatissJanis]
---
Transaction table: show action checkbox on row hover
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment