pipedream
pipedream copied to clipboard
[BUG] Data Store - `Key` Prop show error when `Data Store` prop is not filled
Describe the bug
On Data Store actions having Key prop, the Key prop will show error when Data Store prop is not filled: Cannot read property 'keys' of null

To Reproduce Steps to reproduce the behavior:
- Create a new Workflow, skip the trigger
- Add a Data Store action having
Keyprop, .i.eAdd or update a single record - On the action, skip the
Data Storeprop (do not set value), tap into theKeyprop - See error

Expected behavior
- The
Keyprop should be disabled at first, then enabled only when theData Storeprop is filled