update expression browser route
This commit is contained in:
@@ -368,7 +368,7 @@
|
||||
$dialog.dialog("close");
|
||||
},
|
||||
"Expression Browser": () => {
|
||||
window.open('@(Url.Action(MVC.Config.DocumentTemplate.ExpressionBrowser()))', '_blank');
|
||||
window.open('@(Url.Action(MVC.Config.Expressions.Browser()))', '_blank');
|
||||
},
|
||||
"Save": () => {
|
||||
const $form = $textarea.closest('form');
|
||||
|
||||
Reference in New Issue
Block a user