mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
fix: after rebase
This commit is contained in:
@@ -91,6 +91,8 @@ const EditQuestPage: React.FC<Props> = ({ quest, skillChoices, guilds }) => {
|
||||
<QuestForm
|
||||
guilds={guilds}
|
||||
skillChoices={skillChoices}
|
||||
// roleChoices={roleChoices}
|
||||
roleChoices={[]}
|
||||
onSubmit={onSubmit}
|
||||
success={!!updateQuestResult.data}
|
||||
fetching={updateQuestResult.fetching}
|
||||
|
||||
Reference in New Issue
Block a user