Skip to content

Commit

Permalink
Fixing settings bread crumbs (#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored and metroid-samus committed Nov 29, 2023
1 parent cea774f commit 01039b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/components/AppDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:to="{ name: 'report' }"
>
<template #prepend>
<v-icon>mdi-alert-circle-outline</v-icon>
<v-icon color="white">mdi-alert-circle-outline</v-icon>
</template>
<v-list-item-title class="text-uppercase text-body-2">
Report incident
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project-menu-select v-model="project" />
</v-breadcrumbs-item>
<v-breadcrumbs-item v-else :to="item.to" :disabled="item.disabled" class="text-capitalize">
{{ item.text }}
{{ item.title }}
</v-breadcrumbs-item>
</template>
</v-breadcrumbs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
v-model="project"
:items="items"
:menu-props="{ maxHeight: '400' }"
label="Project"
item-title="name"
variant="outlined"
return-object
hide-details
:loading="loading"
Expand Down

0 comments on commit 01039b1

Please sign in to comment.