diff --git a/.changeset/nine-hotels-rest.md b/.changeset/nine-hotels-rest.md new file mode 100644 index 0000000..a992b66 --- /dev/null +++ b/.changeset/nine-hotels-rest.md @@ -0,0 +1,5 @@ +--- +"namesake": minor +--- + +Add end-to-end form creation and form filling with SurveyJS diff --git a/src/routes/_authenticated/admin_/quests.$questId.form.tsx b/src/routes/_authenticated/admin_/quests.$questId.form.tsx index 023b217..7577cee 100644 --- a/src/routes/_authenticated/admin_/quests.$questId.form.tsx +++ b/src/routes/_authenticated/admin_/quests.$questId.form.tsx @@ -71,7 +71,7 @@ function AdminQuestSurveyRoute() { return (
-
+

Editing