Browse Source
WIP: add missing state checks
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
pull/48665/head
Andrey Borysenko
1 year ago
No known key found for this signature in database
GPG Key ID: 934CB29F9F59B0D1
1 changed files with
1 additions and
1 deletions
-
apps/settings/src/components/AppList/AppItem.vue
|
|
|
@ -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> |
|
|
|
|