Skip to content

Commit

Permalink
Adjust name for apiKey model
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Apr 14, 2021
1 parent 1b60dbe commit f703d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/models/apiKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import CopyableColumn from '~/components/table/common/copyableColumn.vue'
export const ApiKey = <RecordInfo<'apiKey'>>{
typename: 'apiKey',
pluralTypename: 'apiKeys',
name: 'Api Key',
pluralName: 'Api Keys',
name: 'API Key',
pluralName: 'API Keys',
icon: 'mdi-view-grid-plus',
renderItem: (item) => item.name,
fields: {
Expand Down

0 comments on commit f703d98

Please sign in to comment.