From 655c003969a3765d41f09f62cf3cfd04be4abc6d Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 13 Mar 2023 19:48:10 +1000 Subject: [PATCH] typo --- resources/js/views/dashboard/EventEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/views/dashboard/EventEdit.vue b/resources/js/views/dashboard/EventEdit.vue index c8d31a9..371137b 100644 --- a/resources/js/views/dashboard/EventEdit.vue +++ b/resources/js/views/dashboard/EventEdit.vue @@ -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;