mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Display Credential-Selector after Authentication Type-Selector (#3461)
* ⚡ Implemented automatic position detection for credential fields. * ✨ Updating automatic credentials position logic (removing `getParameterResolveOrder`call and fixing input spacing). * 🔨 Using crednetial fileds displayOptions to determine the position relative to authentication fields. * 👌 Handling credentials position detection edge-cases (no node type, no credentials)
This commit is contained in:
committed by
GitHub
parent
ca92ff70d7
commit
59a59e0c5f
@@ -315,6 +315,10 @@ export default mixins(
|
||||
<style lang="scss" module>
|
||||
.container {
|
||||
margin-top: var(--spacing-xs);
|
||||
|
||||
& > div:not(:first-child) {
|
||||
margin-top: var(--spacing-xs);
|
||||
}
|
||||
}
|
||||
|
||||
.warning {
|
||||
|
||||
Reference in New Issue
Block a user