You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When editing a Pipe control for the first time, its properties are not saved correctly. After making changes and saving, the updated properties are not persisted.
However, if the control is edited a second time and saved again, the properties are then stored as expected.
To Reproduce
Steps to reproduce the behavior:
Add a Pipe control to the interface.
Edit its properties (e.g., color, label, etc.) and save.
Refresh or inspect – changes are not applied.
Edit the control again and save.
This time, the changes are correctly saved and reflected.
Expected behavior
Pipe control properties should be saved properly on the first edit.
Screenshots
Example project
Please provide an example project where the issue can be replicated.
Environment
FUXA version: 1.2.5-2254
Node.js version: 18.20.4
npm version: 10.7.0
Platform/OS: W10
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
When editing a Pipe control for the first time, its properties are not saved correctly. After making changes and saving, the updated properties are not persisted.
However, if the control is edited a second time and saved again, the properties are then stored as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pipe control properties should be saved properly on the first edit.
Screenshots
Example project
Please provide an example project where the issue can be replicated.
Environment
The text was updated successfully, but these errors were encountered: