mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
WIP: add missing state checks
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
This commit is contained in:
parent
4f109beee7
commit
70a8d26f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
{{ t('settings', 'Remove') }}
|
||||
</NcButton>
|
||||
<NcButton v-if="app.active"
|
||||
:disabled="installing || isLoading"
|
||||
:disabled="installing || isLoading || isInitializing || isDeploying"
|
||||
@click.stop="disable(app.id)">
|
||||
{{ disableButtonText }}
|
||||
</NcButton>
|
||||
|
|
|
|||
Loading…
Reference in a new issue