Skip to content

Commit

Permalink
fix: list quest organizer on edit
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed May 13, 2024
1 parent 0cf1b6c commit 1259c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/quests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ const QuestsPage: NextPage = () => {
setQuestTitle(quest.title);
setQuestDescription(quest.description);
setQuestConfig(quest.config);
setQuestOrganizer(quest.organizerName ?? "");
setActiveView("edit");
}}
>
Expand Down

0 comments on commit 1259c12

Please sign in to comment.