crugroup / spadeui

The Spade UI
37 stars 0 forks source link

Fixed `null` user params / system params causing file upload to break #50

Closed jwasala closed 6 months ago

jwasala commented 6 months ago

Made sure that:

  1. user_params and system_params are never sent to BE as null ({} instead)
  2. frontend will not try to render form if user_params is null anyway