Fix versions page bug: v-if instead of v-else-if (#1546)
This commit is contained in:
parent
39e5778bd0
commit
c85baf7fd0
@ -372,7 +372,7 @@
|
||||
:allow-empty="false"
|
||||
/>
|
||||
<button
|
||||
v-else-if="isEditing"
|
||||
v-if="isEditing"
|
||||
:disabled="primaryFile.hashes.sha1 === file.hashes.sha1"
|
||||
class="iconified-button raised-button"
|
||||
@click="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user