Your blueprint looks ok.
The reason your AI does nothing is because you probably unintentionally changed the condition for the left decorator to is set which prevents the execution of the right side sequence. Try setting key query for the left side decorator to “is not set” and see if this fixes it.
An even faster fix would be to just delete the left side sequence (and the top side selector) and just run the right side sequence directly…