kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(ui): fix uploaded check on loader in channel upload form
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2307>pipelines/27771
rodzic
a124ff9030
commit
d3fda52e4f
|
@ -543,7 +543,7 @@ defineExpose({
|
||||||
<i class="warning sign icon" />
|
<i class="warning sign icon" />
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-else-if="file.active && !file.uploaded"
|
v-else-if="file.active && !file.response"
|
||||||
class="ui active slow inline loader"
|
class="ui active slow inline loader"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Ładowanie…
Reference in New Issue