Skip to content

Commit

Permalink
search to library filter papers
Browse files Browse the repository at this point in the history
  • Loading branch information
raprigorodov committed Jul 14, 2023
1 parent 2fe1cc0 commit 1e21dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front-end/src/components/Search/PapersAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<el-select
v-model="author"
clearable
filterable
placeholder="Все авторы"
class="filters-select"
@change="updateQuery"
Expand All @@ -40,6 +41,7 @@
<el-select
v-model="publisher"
clearable
filterable
placeholder="Все размещения"
class="filters-select"
@change="updateQuery"
Expand Down

0 comments on commit 1e21dc3

Please sign in to comment.