Skip to content

Commit

Permalink
Merge pull request #1520 from bersace/config
Browse files Browse the repository at this point in the history
pgconf: Search on ENTER
  • Loading branch information
bersace authored Oct 17, 2024
2 parents db5a241 + ad0e498 commit 8a0b185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/temboardui/static/src/views/Configuration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ function isSelected(value, setting) {
name="filter"
placeholder="Find in settings"
v-model="queryFilter"
@keyup.enter="getConfiguration()"
/>
<button
v-if="queryFilter"
Expand Down

0 comments on commit 8a0b185

Please sign in to comment.