1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/website/src/components/UserFeedback
Thomas Heartman 18c16b3040 fix: make sure customer type is included in the payload.
Because it previously set it via a reducer and submitted the form in
the same step, the customer type wouldn't be set correctly before the
form was submitted, causing it to show up as "undefined".

We're doing double the work now, but I think that's an acceptable
trade-off for now.
2022-03-10 10:12:10 +01:00
..
index.tsx fix: make sure customer type is included in the payload. 2022-03-10 10:12:10 +01:00
styles.module.css fix: remove empty ruleset 2022-03-10 09:40:28 +01:00
UserFeedback.stories.jsx docs: fix styling issues on narrow screens 2022-03-01 08:44:57 +01:00