Commit 5abaa87d by Arjun Jhukal

updated the meta data for the game

parent 0cd60c90
......@@ -66,6 +66,7 @@ export default function AddGameForm({ id }: AddGameFormProps) {
api: data.data?.api,
provider: data.data?.provider,
profit: data.data?.profit,
meta: data?.data?.meta
} : gameInitialValues,
validationSchema,
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