Update SortingSelector.vue

This commit is contained in:
Dragos 2022-09-05 20:47:05 +03:00 committed by GitHub
parent e56e0e392f
commit 5dcc36bed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<label for="ddlSortBy" v-t="'actions.sort_by'" />
<label for="ddlSortBy" v-t="'actions.sort_by'" class="mr-2" />
<select id="ddlSortBy" v-model="selectedSort" class="select w-auto">
<option v-for="(value, key) in options" v-t="`actions.${key}`" :key="key" :value="value" />
</select>