mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
fix(editor): Remove duplicated action box to upgrade on UsersSettngsView (no-changelog) (#6652)
fix(editor): Remove duplicated action box to upgrade on UsersSettngsView Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
parent
b895ba438a
commit
cfbc99e1f0
|
@ -54,19 +54,6 @@
|
||||||
@disallowSSOManualLogin="onDisallowSSOManualLogin"
|
@disallowSSOManualLogin="onDisallowSSOManualLogin"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<n8n-action-box
|
|
||||||
v-else
|
|
||||||
:heading="
|
|
||||||
$locale.baseText(uiStore.contextBasedTranslationKeys.users.settings.unavailable.title)
|
|
||||||
"
|
|
||||||
:description="
|
|
||||||
$locale.baseText(uiStore.contextBasedTranslationKeys.users.settings.unavailable.description)
|
|
||||||
"
|
|
||||||
:buttonText="
|
|
||||||
$locale.baseText(uiStore.contextBasedTranslationKeys.users.settings.unavailable.button)
|
|
||||||
"
|
|
||||||
@click="goToUpgrade"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue