Skip to content

Commit

Permalink
feat: trombi visu photo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikit committed Feb 6, 2022
1 parent 62917de commit b466628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions absg-client/src/views/Agenda/Trombi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<v-tooltip bottom>
<template #activator="{ on }">
<v-btn @click.stop="displayStats()" v-on="on">
<v-btn disabled @click.stop="displayStats()" v-on="on">
<v-icon>fas fa-chart-pie</v-icon>
</v-btn>
</template>
Expand Down Expand Up @@ -101,7 +101,7 @@
>
<v-combobox
v-model="trombiEditor.person"
:items="trombis"
:items="persons"
label="Qui"
prepend-icon="fas fa-user"
item-text="fullname"
Expand Down

0 comments on commit b466628

Please sign in to comment.