mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user