feat: Add opt-in enterprise license trial checkbox (no-changelog) (#7826)

<img width="518" alt="image"
src="https://github.com/n8n-io/n8n/assets/6179477/6422a057-de94-49dc-90fd-7381b5642902">

---------

Co-authored-by: Omar Ajoue <krynble@gmail.com>
This commit is contained in:
Alex Grozav
2023-12-19 14:58:30 +02:00
committed by GitHub
parent 464b565283
commit 5ed4d19059
6 changed files with 133 additions and 5 deletions

View File

@@ -124,6 +124,7 @@ export default defineComponent({
[name]: value,
};
this.$emit('update', { name, value });
this.$emit('update:modelValue', this.values);
},
onValidate(name: string, valid: boolean) {
this.validity = {