Skip to content

Commit

Permalink
fix: inline tabs fieldsets (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jul 10, 2024
1 parent 8a105b3 commit 359d147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/unfold/helpers/fieldsets_tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% with tabs=adminform|tabs %}
{% if tabs %}
<div x-data="{openTab: null}">
<div x-data="{openTab: null}" x-show="activeTab == 'general'">
<ul class="bg-gray-100 border border-transparent flex gap-10 mb-6 px-4 py-3 rounded-md text-gray-400 text-sm lg:-mx-4 dark:bg-white/[.02] dark:border dark:border-gray-800 dark:text-gray-400">
{% for fieldset in tabs %}
<li>
Expand Down

0 comments on commit 359d147

Please sign in to comment.