kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front):do not allow to update not finished uploads on manageuploads
rodzic
8ba9c2e34c
commit
743f09f825
|
@ -477,6 +477,7 @@ fetchData()
|
|||
v-model="item.selected"
|
||||
type="checkbox"
|
||||
title="Select"
|
||||
:disabled="item.import_status !== 'finished'"
|
||||
>
|
||||
</b>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue