Be able to edit currently selected client.

This commit is contained in:
HenriT
2021-02-17 11:00:21 +02:00
parent 398f2ba695
commit e2140b638b
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<img v-if="team.logo_url"
v-b-modal.team_logo_url
:src="team.logo_url" style="width:100%; max-width:200px;">
<!-- TODO: logo url input -->
<button class="btn btn-sm" v-b-modal.team_logo_url v-else>
<i class="material-icons material-icons-round md-36">file_upload</i>
</button>