Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! feat: Add a new workspace creation URL pa…
Browse files Browse the repository at this point in the history
…rameter named editor-image
  • Loading branch information
olexii4 committed Jan 16, 2024
1 parent bdb7740 commit 13cb152
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,10 @@ export const actionCreators: ActionCreators = {
);

if (attributes.editorImage) {
updateDevWorkspaceTemplate(devWorkspaceTemplateResource, attributes.editorImage);
devWorkspaceTemplateResource = updateDevWorkspaceTemplate(
devWorkspaceTemplateResource,
attributes.editorImage,
);
}
/* create a new DevWorkspaceTemplate */
await getDevWorkspaceClient().createDevWorkspaceTemplate(
Expand Down

0 comments on commit 13cb152

Please sign in to comment.