aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/item-table.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/tables/item-table.js')
-rw-r--r--src/components/tables/item-table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tables/item-table.js b/src/components/tables/item-table.js
index e42b272..208fd9c 100644
--- a/src/components/tables/item-table.js
+++ b/src/components/tables/item-table.js
@@ -22,7 +22,7 @@ import { faPencil, faTrashCan } from '@fortawesome/free-solid-svg-icons'
const ItemTable = (props) => {
const handleEdit = (i) => {
- alert("editing coming soon")
+ props.setItemToEdit(i)
}
const handleDelete = (i) => {