We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f61505 commit e8b0d75Copy full SHA for e8b0d75
1 file changed
src/components/editorPage/editor-page/editor-page.tsx
@@ -74,7 +74,7 @@ export class EditorPage {
74
const demoConstraints = ["drop", "addv", "addvertex", "addedge", "adde", "property", "addlabel"]
75
demoConstraints.forEach(constraint => {
76
if (value.toLowerCase().includes(constraint)) {
77
- throw Error(`You can not perform ${constraint} operation in Demo mode!`)
+ throw Error(`You can perform this operation in Demo mode !`)
78
}
79
})
80
0 commit comments