@ -376,7 +376,7 @@ export const useProductsStore = create(
const hasChanged = preValue !== value
if (hasChanged) {
changedObject[key] = value
changedObject[key] = preValue
}