You've already forked AstralRinth
forked from didirus/AstralRinth
Fix versions page bug: v-if instead of v-else-if (#1546)
This commit is contained in:
@@ -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="
|
||||||
|
|||||||
Reference in New Issue
Block a user