This commit is contained in:
2023-03-13 19:48:10 +10:00
parent 23288e15e0
commit 655c003969

View File

@@ -190,7 +190,7 @@ const registration_data = computed(() => {
} else if (form?.controls.registration_type.value === "message") {
data.visible = true;
data.title = "Registration message";
data.type = "test";
data.type = "text";
}
return data;