fix: MOD-292 repair button showing during installation (#3734)
* fix: MOD-292 repair button showing during installation * fix: lint * Update apps/app-frontend/src/pages/instance/Index.vue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: IMB11 <hendersoncal117@gmail.com> * fix: lint issues --------- Signed-off-by: IMB11 <hendersoncal117@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f8fb23e05f
commit
a2e323c9ee
@ -32,7 +32,11 @@
|
|||||||
<template #actions>
|
<template #actions>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
<ButtonStyled
|
<ButtonStyled
|
||||||
v-if="instance.install_stage.includes('installing')"
|
v-if="
|
||||||
|
['installing', 'pack_installing', 'minecraft_installing'].includes(
|
||||||
|
instance.install_stage,
|
||||||
|
)
|
||||||
|
"
|
||||||
color="brand"
|
color="brand"
|
||||||
size="large"
|
size="large"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user