mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix invisible community package update button (#8406)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user