Skip to content
Snippets Groups Projects
Commit 7b4fb62c authored by Karsch Lukas's avatar Karsch Lukas
Browse files

#54 - add quick action to garden page

parent a4126079
No related branches found
No related tags found
1 merge request!40Resolve "Pass "quick actions" to plant overview"
Checking pipeline status
......@@ -73,7 +73,7 @@ function Garten() {
{error && (
<div style={{padding: "20px"}}>Es ist ein Fehler aufgetreten...</div>
)}
<PlantsOverview plants={plants}/>
<PlantsOverview plants={plants} quickActions={["REMOVE_FROM_GARDEN"]}/>
</>
);
}
......
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