added updated_at field when changing time

This commit is contained in:
Danel Kungla
2025-10-23 12:05:57 +03:00
parent b1435e8e47
commit bdd740c9ae
3 changed files with 3 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ const MobileCartServiceItems = ({
<TableCell />
<TableCell className="flex w-full items-center justify-end gap-4 p-0 pt-2">
<CartItemDelete id={item.id} />
<Button onClick={() => setEditingItem(item)}>
<Button type="button" onClick={() => setEditingItem(item)}>
<Trans i18nKey="common:change" />
</Button>
</TableCell>