Skip to content

Commit

Permalink
EditVar title had an extraneous } in name computation.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Jan 17, 2024
1 parent 959b4f0 commit 22b0865
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export class CommandsManager {
WindowManager.createPopupWindowWithRouting({
width: 500,
height: 650,
title: `Edit ${name} || ''}`,
title: `Edit ${name || ''}`,
url: `#/headless/menu/insert/create-variable?type=${type}&name=${encodeURIComponent(name)||''}&isEditMode=true&local=${local}`,
});
}
Expand Down

0 comments on commit 22b0865

Please sign in to comment.