chore: Lintfix frontend packages (#16896)

This commit is contained in:
Iván Ovejero
2025-07-02 10:31:11 +02:00
committed by GitHub
parent 8fda3fb2aa
commit 060acd2db8
60 changed files with 91 additions and 116 deletions

View File

@@ -136,7 +136,7 @@ const uiStore = useUIStore();
const focusPanelStore = useFocusPanelStore();
// ESLint: false positive
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
const inputField = ref<InstanceType<typeof N8nInput | typeof N8nSelect> | HTMLElement>();
const wrapper = ref<HTMLDivElement>();
@@ -931,7 +931,7 @@ function valueChanged(value: NodeParameterValueType | {} | Date) {
telemetry.track('User set node operation or mode', {
workflow_id: workflowsStore.workflowId,
node_type: node.value?.type,
resource: node.value && node.value.parameters.resource,
resource: node.value?.parameters.resource,
is_custom: value === CUSTOM_API_CALL_KEY,
push_ref: ndvStore.pushRef,
parameter: props.parameter.name,