Skip to content

Commit

Permalink
fix: correct booru is selected on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Sep 4, 2020
1 parent 91a0619 commit d5c5529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/pages/posts/domain/Selector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
:key="booru.domain"
:aria-label="'Changes the domain to ' + booru.domain"
:value="booru.domain"
:selected="getActiveBooru.domain === booru.domain"
>
{{ booru.domain }}
</option>
Expand All @@ -31,6 +32,7 @@
:key="booru.domain"
:aria-label="'Changes the domain to ' + booru.domain"
:value="booru.domain"
:selected="getActiveBooru.domain === booru.domain"
>
{{ booru.domain }}
</option>
Expand Down

0 comments on commit d5c5529

Please sign in to comment.