mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
perf: Make frontend linting faster (no-changelog) (#7717)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -686,7 +686,7 @@ export default defineComponent({
|
||||
this.hasUnsavedChanges = true;
|
||||
},
|
||||
|
||||
onDataChange({ name, value }: { name: string; value: any }) {
|
||||
onDataChange({ name, value }: { name: string; value: CredentialInformation }) {
|
||||
// skip update if new value matches the current
|
||||
if (this.credentialData[name] === value) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user