mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Update styling of embedded NDV (no-changelog) (#17366)
This commit is contained in:
@@ -22,12 +22,14 @@ type Props = {
|
||||
nodeType?: INodeTypeDescription | null;
|
||||
pushRef?: string;
|
||||
hideDocs?: boolean;
|
||||
tabsVariant?: 'modern' | 'legacy';
|
||||
};
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
modelValue: 'params',
|
||||
nodeType: undefined,
|
||||
pushRef: '',
|
||||
tabsVariant: undefined,
|
||||
});
|
||||
const emit = defineEmits<{
|
||||
'update:model-value': [tab: Tab];
|
||||
@@ -147,6 +149,7 @@ onMounted(async () => {
|
||||
<N8nTabs
|
||||
:options="options"
|
||||
:model-value="modelValue"
|
||||
:variant="tabsVariant"
|
||||
@update:model-value="onTabSelect"
|
||||
@tooltip-click="onTooltipClick"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user