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

[useDesignLifecycle.js] fixed a bug where an error used to come when renaming/saving/updating design #10857

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aryakoste
Copy link
Contributor

Notes for Reviewers

This PR fixes #10738

Signed commits

  • [*] Yes, I signed my commits.

Signed-off-by: Aryakoste <[email protected]>
@github-actions github-actions bot added the component/ui User Interface label May 3, 2024
Copy link

github-actions bot commented May 3, 2024

@codeKraken19
Copy link
Contributor

Looks good , Thankyou @Aryakoste

@@ -61,11 +61,12 @@ export default function useDesignLifecycle() {
function onDelete() {}

function designSave() {
const designYamlBytes = new TextEncoder().encode(designYaml);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this @Yashsharma1911

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

Successfully merging this pull request may close these issues.

[UI] Design Configurator: Failure to rename design
3 participants