mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(editor): No need to add click emitting click events, VUE delegates the handler to the root element of the component (#7182)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<template>
|
||||
<div :class="$style.container">
|
||||
<GoogleAuthButton v-if="isGoogleOAuthType" @click.stop="$emit('click')" />
|
||||
<GoogleAuthButton v-if="isGoogleOAuthType" />
|
||||
<n8n-button
|
||||
v-else
|
||||
:label="$locale.baseText('credentialEdit.oAuthButton.connectMyAccount')"
|
||||
size="large"
|
||||
@click.stop="$emit('click')"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user