Add the ability to edit the service.

Fixes #2
This commit is contained in:
Aj - Thomas
2022-05-06 22:29:47 +02:00
parent db01831916
commit c9dd7db9ef
3 changed files with 155 additions and 119 deletions

View File

@@ -103,7 +103,7 @@ export function AppShelfItem(props: any) {
opacity: hovering ? 1 : 0,
}}
>
<AppShelfMenu name={service.name} removeitem={removeService} />
<AppShelfMenu service={service} removeitem={removeService} />
</motion.div>
</Group>
</Card.Section>