Skip to content

Commit

Permalink
IBX-7448: Fixed siteaccess dropdown values
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jan 11, 2024
1 parent 81323c4 commit c595edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="ibexa-preview-header__item ibexa-preview-header__item--siteaccess">
{% set value = '' %}
{% set choices = siteaccesses|map((site_accesses_name, site_access_label) => {
{% set choices = siteaccesses|map((site_access_label, site_access_name) => {
value: path(
'ibexa.version.preview',
{
Expand Down

0 comments on commit c595edb

Please sign in to comment.