From bdc663c70d51d9da2509fc741a3ce66f4d53d5a3 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Wed, 29 Mar 2023 13:09:26 +0100 Subject: [PATCH] TEMP: include option-select stylesheet before cache --- app/views/finders/_option_select_facet.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/finders/_option_select_facet.html.erb b/app/views/finders/_option_select_facet.html.erb index 16599b9ca1..1444a61fd8 100644 --- a/app/views/finders/_option_select_facet.html.erb +++ b/app/views/finders/_option_select_facet.html.erb @@ -1,3 +1,5 @@ +<% add_app_component_stylesheet("option-select") %> + <% cache_if option_select_facet.cacheable?, option_select_facet.cache_key do %> <%= render partial: 'components/option-select', locals: { :key => option_select_facet.key,