Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Accordion should open details by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marky291 committed Aug 6, 2019
1 parent 2f5db1e commit 65dfef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/profile/ProfileConfigs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<div class="heading">
<h3>Card Creator</h3>
</div>
<at-collapse accordion value="images" class="tw-shadow" style="overflow:visible">
<at-collapse accordion value="details" class="tw-shadow" style="overflow:visible">
<at-collapse-item name="details">
<div slot="title">Detailing <span class="tw-text-xs tw-text-red">{{ detailingErrorCount ? ('('+detailingErrorCount+' Fields Requires Attention)') : ''}}</span></div>
<div :class="'bg-'+current.accent+'-dark'" class="tw-text-white tw-rounded tw-px-2 tw-py-1">
Expand Down

0 comments on commit 65dfef5

Please sign in to comment.