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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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