CSCI-GA-2820-SP24-003 / payments

NYU DevOps Payments Service Spring 2024
Apache License 2.0
2 stars 2 forks source link

`default` column is set to `undefined` in UI when a row is updated #76

Open nedjulius opened 6 months ago

nedjulius commented 6 months ago

Describe the bug Going to the UI and changing the details of a row inside results table sets the default column to undefined to that row.

To Reproduce Steps to reproduce the behavior:

  1. run honcho start
  2. click on Search
  3. click on Edit to some payment method
  4. change any field and save the payment method
  5. observe that that payment method has undefined in it's default column

Expected behavior It should stay the same as before and not be reset to undefined

Observed behavior

--

Screenshots

image.png