mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): stop rendering expressions as html (#4420)
* fix(editor): don't render expr as html * fix highlight bug
This commit is contained in:
@@ -68,7 +68,6 @@ import {
|
||||
IUpdateInformation,
|
||||
} from '@/Interface';
|
||||
|
||||
import InputHint from './ParameterInputHint.vue';
|
||||
import ParameterOptions from './ParameterOptions.vue';
|
||||
import DraggableTarget from '@/components/DraggableTarget.vue';
|
||||
import mixins from 'vue-typed-mixins';
|
||||
@@ -87,7 +86,6 @@ export default mixins(
|
||||
.extend({
|
||||
name: 'parameter-input-full',
|
||||
components: {
|
||||
InputHint,
|
||||
ParameterOptions,
|
||||
DraggableTarget,
|
||||
ParameterInputWrapper,
|
||||
|
||||
Reference in New Issue
Block a user