Skip to content

Commit

Permalink
On pressing enter after typing into the search box, will automaticall…
Browse files Browse the repository at this point in the history
…y apply filter updates
  • Loading branch information
big213 committed Apr 5, 2021
1 parent 0858871 commit 879840d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/components/interface/crud/crudRecordInterface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
prepend-icon="mdi-magnify"
clearable
@change="filterChanged = true"
@keyup.enter="updatePageOptions()"
></v-text-field>
</v-col>
<v-col
Expand Down
2 changes: 1 addition & 1 deletion frontend/models/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const User = <RecordInfo<'user'>>{
inputType: 'switch',
},
createdAt: {
text: 'Created At',
text: 'Joined At',
component: TimeagoColumn,
},
updatedAt: {
Expand Down

0 comments on commit 879840d

Please sign in to comment.