always show border

This commit is contained in:
Mutasem 2021-11-03 09:32:24 +01:00
parent f140fb6f93
commit 4d7f5a0a46

View file

@ -170,7 +170,7 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
if (this.data.disabled) {
borderColor = getStyleTokenValue('--color-foreground-base');
}
else if (this.hasIssues && this.workflowDataItems && !this.isExecuting) {
else if (this.hasIssues && !this.isExecuting) {
borderColor = getStyleTokenValue('--color-danger');
}
else if (this.workflowDataItems && !this.isExecuting) {