Fix versions page bug: v-if instead of v-else-if (#1546)

This commit is contained in:
Prospector 2024-01-09 13:33:10 -08:00 committed by GitHub
parent 39e5778bd0
commit c85baf7fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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="