File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747<!-- Out-of-band swap for pagination controls -->
4848< div id ="prompts-pagination-controls " hx-swap-oob ="true ">
4949 {% set base_url = root_path + '/admin/prompts/partial' %}
50- {% set hx_target = '#prompts-table-body ' %}
50+ {% set hx_target = '#prompts-table' %}
5151 {% set hx_indicator = '#prompts-loading' %}
5252 {% set query_params = {'include_inactive': include_inactive} %}
5353 {% include 'pagination_controls.html' %}
Original file line number Diff line number Diff line change 5858<!-- Out-of-band swap for pagination controls -->
5959< div id ="resources-pagination-controls " hx-swap-oob ="true ">
6060 {% set base_url = root_path + '/admin/resources/partial' %}
61- {% set hx_target = '#resources-table-body ' %}
61+ {% set hx_target = '#resources-table' %}
6262 {% set hx_indicator = '#resources-loading' %}
6363 {% set query_params = {'include_inactive': include_inactive} %}
6464 {% include 'pagination_controls.html' %}
You can’t perform that action at this time.
0 commit comments