feat: update button label in edit inventory item dialog to 'Save'

This commit is contained in:
THIS ONE IS A LITTLE BIT TRICKY KRUB 2025-04-01 18:56:03 +07:00
parent bfeda8ce13
commit b5daa06955

View File

@ -194,7 +194,7 @@ export function EditInventoryItem({
</div>
<DialogFooter>
<Button type="submit" onClick={handleEdit}>
Edit Item
Save
</Button>
</DialogFooter>
</DialogContent>