mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): NDV UI overhaul experiment (#14209)
Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
@@ -51,6 +51,7 @@ const props = withDefaults(
|
||||
hideIcon?: boolean;
|
||||
hideLabel?: boolean;
|
||||
tooltip?: string;
|
||||
tooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
|
||||
}>(),
|
||||
{
|
||||
disabled: false,
|
||||
@@ -387,7 +388,11 @@ async function onClick() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<N8nTooltip placement="right" :disabled="!tooltipText" :content="tooltipText">
|
||||
<N8nTooltip
|
||||
:placement="tooltipPlacement ?? 'right'"
|
||||
:disabled="!tooltipText"
|
||||
:content="tooltipText"
|
||||
>
|
||||
<N8nButton
|
||||
v-bind="$attrs"
|
||||
:loading="isLoading"
|
||||
|
||||
Reference in New Issue
Block a user