fix(editor): Fix invisible community package update button (#8406)

This commit is contained in:
Iván Ovejero 2024-01-22 10:33:08 +01:00 committed by GitHub
parent c64e893b60
commit 2ccb754e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@
{{ $locale.baseText('settings.communityNodes.updateAvailable.tooltip') }} {{ $locale.baseText('settings.communityNodes.updateAvailable.tooltip') }}
</div> </div>
</template> </template>
<n8n-button type="outline" label="Update" @click="onUpdateClick" /> <n8n-button outline label="Update" @click="onUpdateClick" />
</n8n-tooltip> </n8n-tooltip>
<n8n-tooltip v-else placement="top"> <n8n-tooltip v-else placement="top">
<template #content> <template #content>