some change

This commit is contained in:
Romulus21
2022-01-14 14:48:31 +01:00
parent 7abf0bafa5
commit e9a4550070
10 changed files with 18 additions and 79 deletions

View File

@@ -37,7 +37,6 @@ const Plant = ({id}) => {
if (!actionForm.action_type) {
actionForm.action_type = action_types[0]
}
console.log("my event", e, actionForm)
addAction(plant, actionForm)
setAddModal(false)
}