mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Keep expression when dropping mapped value (#4981)
fix: keep expression when dropping mapped value
This commit is contained in:
parent
9d00b4748b
commit
87c76434a2
|
@ -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 '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue