Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting variable with ISO date is saved as null (UI) #514

Open
DHFW opened this issue Mar 22, 2023 · 0 comments
Open

Setting variable with ISO date is saved as null (UI) #514

DHFW opened this issue Mar 22, 2023 · 0 comments

Comments

@DHFW
Copy link

DHFW commented Mar 22, 2023

When I enter an ISO date value like 2023-03-22T13:47:40.174Z variable in the dev-interface UI, it is not saved. When I get the variable replaced in my mock file (after actually calling the mock response, the variable value is replaced with null.

Dev interface version: 3.2.1.

Note: when setting the value via api, the value is correctly replaced, so the issue is only present in the front end/UI.
Note2: we set the value in the API with (new Date()).toJSON() which results in '2023-03-22T13:47:40.174Z'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant