fix: Keep expression when dropping mapped value (#4981)

fix: keep expression when dropping mapped value
This commit is contained in:
Mutasem Aldmour
2022-12-20 16:23:57 +01:00
committed by GitHub
parent 9d00b4748b
commit 87c76434a2

View File

@@ -492,7 +492,7 @@ export default mixins(
computed: { computed: {
...mapStores(useCredentialsStore, useNodeTypesStore, useNDVStore, useWorkflowsStore), ...mapStores(useCredentialsStore, useNodeTypesStore, useNDVStore, useWorkflowsStore),
expressionDisplayValue(): string { expressionDisplayValue(): string {
if (this.activeDrop || this.forceShowExpression) { if (this.forceShowExpression) {
return ''; return '';
} }