fix booking editing in cart

This commit is contained in:
Danel Kungla
2025-10-23 10:40:07 +03:00
parent cc1de3e2f3
commit b1435e8e47

View File

@@ -66,7 +66,11 @@ export default function CartServiceItem({
<TableCell className="px-4 text-right sm:px-6">
<span className="flex justify-end gap-x-1">
<Button size="sm" onClick={() => setEditingItem(item)}>
<Button
type="button"
size="sm"
onClick={() => setEditingItem(item)}
>
<Trans i18nKey="common:change" />
</Button>
</span>