mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix credentials modal spacing issue when no tooltip (#2230)
* fix credentials modal spacing issue when empty * check length at inputs level
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div @keydown.stop :class="$style.container">
|
||||
<div @keydown.stop :class="$style.container" v-if="credentialProperties.length">
|
||||
<div v-for="parameter in credentialProperties" :key="parameter.name">
|
||||
<ParameterInputExpanded
|
||||
:parameter="parameter"
|
||||
|
||||
Reference in New Issue
Block a user