diff --git a/src/Flows.js b/src/Flows.js index 7affa12..efb08a1 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -453,7 +453,7 @@ class FlowItemRow extends PureComponent { reply_status: 'done', reply_error: null, info: Object.assign({},props.info,{variant: {}}), - attention: false, + attention: props.attention_override===null ? false : props.attention_override, }; this.color_picker=new ColorPicker(); } @@ -649,6 +649,7 @@ function FlowChunk(props) { }