Skip to content

Commit

Permalink
Fix tenants dropdown in ApiResource and ApiScope (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
glucaci committed Nov 9, 2021
1 parent 9417321 commit 5a557e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
label="Tenant"
v-model="resource.tenant"
:items="tenants"
item-text="description"
item-text="id"
item-value="id"
></v-select>
</v-col>
Expand Down
2 changes: 1 addition & 1 deletion src/UI/src/components/ResourceAuthor/EditApiScopeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:disabled="!isNew"
v-model="scope.tenant"
:items="tenants"
item-text="description"
item-text="id"
item-value="id"
></v-select>
</v-col>
Expand Down

0 comments on commit 5a557e5

Please sign in to comment.