fix(ui): fix channel upload form loaders being visible after tracks are uploaded

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>
This commit is contained in:
wvffle 2022-12-27 22:12:57 +00:00 committed by Marge
parent 640abb07f7
commit a124ff9030
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ defineExpose({
<i class="warning sign icon" />
</div>
<div
v-else-if="file.active"
v-else-if="file.active && !file.uploaded"
class="ui active slow inline loader"
/>
</div>