kaoto-ui icon indicating copy to clipboard operation
kaoto-ui copied to clipboard

Inconsistency between standalone and sandbox app

Open tplevko opened this issue 1 year ago • 0 comments

Describe the Bug

There seems to be one specific inconsistency between standalone and sandbox - the number types are in one case displayed with quotation marks and in second without, making it difficult to verify correctness of displayed values.

The backend in both cases was the same.

Steps to Reproduce the Bug or Issue

  1. run the UI in sandbox
  2. create flow starting with timer
  3. change delay
  4. see the "delay: 3000"
  5. in case of standalone app, there is "delay: '3000'"

Screenshots or Videos

Sandbox: Screenshot from 2023-08-04 09-46-49 Standalone: Screenshot from 2023-08-04 09-46-14

Platform

  • OS: [e.g. macOS, Windows, Linux]
  • Browser: [e.g. Chrome, Safari, Firefox]
  • Version: [latest]

tplevko avatar Aug 04 '23 07:08 tplevko