Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the issue where the persistWorkflow method in the workspace is no…
…t functioning properly (#3200) ### Purpose: Currently, a 400 error occurs when calling `persistWorkflow`. The reason is that the parameter sent from the frontend to the backend is `isPublished` instead of `isPublic`. ### Change: Change the name of the parameter sent to the backend. ### Demos: Before: ![image](https://github.com/user-attachments/assets/157ec547-5dfc-4cd2-b805-6ae919e7ed68) After: ![image](https://github.com/user-attachments/assets/403ebab3-2f29-4993-af01-af7309ada02c)
- Loading branch information