You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ProcessorsList component is displayed for all contexts regardless of version. For better version compatibility, we need to hide the entire processor section in the WorkflowInputs component when:
Context is SEARCH_REQUEST
Version is less than 2.19.0
This change should be implemented in the WorkflowInputs component, not in the ProcessorsList component.
Reference: #537 (comment)
The text was updated successfully, but these errors were encountered:
Currently, the ProcessorsList component is displayed for all contexts regardless of version. For better version compatibility, we need to hide the entire processor section in the WorkflowInputs component when:
This change should be implemented in the
WorkflowInputs
component, not in theProcessorsList
component.Reference: #537 (comment)
The text was updated successfully, but these errors were encountered: