Skip to content

Commit 66f7c2d

Browse files
committed
Remove the start_over partial
Just render the component directly. See #3327 for deprecation in 8.x branch
1 parent 9324040 commit 66f7c2d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/components/blacklight/search_context/server_applied_params_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def render?
1010
end
1111

1212
def start_over
13-
render 'start_over', silence_deprecation: true
13+
render start_over_component.new
1414
end
1515

1616
def start_over_component

app/views/catalog/_start_over.html.erb

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)