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"
|
:allow-empty="false"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
v-else-if="isEditing"
|
v-if="isEditing"
|
||||||
:disabled="primaryFile.hashes.sha1 === file.hashes.sha1"
|
:disabled="primaryFile.hashes.sha1 === file.hashes.sha1"
|
||||||
class="iconified-button raised-button"
|
class="iconified-button raised-button"
|
||||||
@click="
|
@click="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user