mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Sanitize tab name in edit dialog
This commit is contained in:
parent
afaf077aca
commit
30c3004f27
@ -63,7 +63,7 @@ RED.workspaces = (function() {
|
|||||||
RED.view.state(RED.state.EDITING);
|
RED.view.state(RED.state.EDITING);
|
||||||
var tabflowEditor;
|
var tabflowEditor;
|
||||||
var trayOptions = {
|
var trayOptions = {
|
||||||
title: RED._("workspace.editFlow",{name:workspace.label}),
|
title: RED._("workspace.editFlow",{name:RED.utils.sanitize(workspace.label)}),
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
id: "node-dialog-delete",
|
id: "node-dialog-delete",
|
||||||
|
Loading…
Reference in New Issue
Block a user