Commit 5abaa87d by Arjun Jhukal

updated the meta data for the game

parent 0cd60c90
...@@ -66,6 +66,7 @@ export default function AddGameForm({ id }: AddGameFormProps) { ...@@ -66,6 +66,7 @@ export default function AddGameForm({ id }: AddGameFormProps) {
api: data.data?.api, api: data.data?.api,
provider: data.data?.provider, provider: data.data?.provider,
profit: data.data?.profit, profit: data.data?.profit,
meta: data?.data?.meta
} : gameInitialValues, } : gameInitialValues,
validationSchema, validationSchema,
enableReinitialize: true, enableReinitialize: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment