mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(editor): Fix invisible community package update button (#8406)
This commit is contained in:
parent
c64e893b60
commit
2ccb754e52
|
@ -43,7 +43,7 @@
|
|||
{{ $locale.baseText('settings.communityNodes.updateAvailable.tooltip') }}
|
||||
</div>
|
||||
</template>
|
||||
<n8n-button type="outline" label="Update" @click="onUpdateClick" />
|
||||
<n8n-button outline label="Update" @click="onUpdateClick" />
|
||||
</n8n-tooltip>
|
||||
<n8n-tooltip v-else placement="top">
|
||||
<template #content>
|
||||
|
|
Loading…
Reference in a new issue