Search Block: Remove unused buttonBehavior
attribute
#53435
Labels
[Block] Search
Affects the Search Block - used to display a search field
[Type] Code Quality
Issues or PRs that relate to code quality
"Button only" style has been added to the Search block by #50487. At the same time, a new
buttonBehavior
attribute has been added. However, this attribute is not changed bysetAttributes()
, it only has a default value. Therefore, it should be safe to remove this attribute by itself and this attribute in the conditional statement.The text was updated successfully, but these errors were encountered: