fix: ensure loading indicator is triggered

This commit is contained in:
Björn Fromme
2026-03-16 11:59:12 +01:00
parent 2a8531a025
commit 602fb31f27
17 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="pagination-item">
{% if step < current_step %}
<a href="{{ path(step_routes[step]) }}"
class="pagination-item__border" {{ stimulus_action('loading', 'toggle') }}>
class="pagination-item__border" {{ stimulus_action('loading', 'show') }}>
<span class="pagination-item__inner bg-primary-bg text-gray-800">
{{ step }}
</span>