patches v1.5.2 #94

Merged
jkeffects merged 3 commits from develop into main 2025-05-10 11:40:26 +00:00
Showing only changes of commit a39044dffc - Show all commits

View file

@ -149,7 +149,6 @@ export default defineComponent({
this.value.id = uuid();
}
if (!this.value.type) {
console.log("setting type");
this.type = "defined";
}
},