diff --git a/src/GZCTF/ClientApp/src/pages/admin/games/[id]/challenges/[chalId]/Index.tsx b/src/GZCTF/ClientApp/src/pages/admin/games/[id]/challenges/[chalId]/Index.tsx index 61a57547b..c91639543 100644 --- a/src/GZCTF/ClientApp/src/pages/admin/games/[id]/challenges/[chalId]/Index.tsx +++ b/src/GZCTF/ClientApp/src/pages/admin/games/[id]/challenges/[chalId]/Index.tsx @@ -50,7 +50,10 @@ const GameChallengeEdit: FC = () => { const { challenge, mutate } = useEditChallenge(numId, numCId) - const { data: chals, mutate: mutateChals } = api.edit.useEditGetGameChallenges(numId, OnceSWRConfig) + const { data: chals, mutate: mutateChals } = api.edit.useEditGetGameChallenges( + numId, + OnceSWRConfig + ) const [challengeInfo, setChallengeInfo] = useState({ ...challenge }) const [disabled, setDisabled] = useState(false) diff --git a/src/GZCTF/GZCTF.csproj b/src/GZCTF/GZCTF.csproj index fc3f1340c..239388731 100644 --- a/src/GZCTF/GZCTF.csproj +++ b/src/GZCTF/GZCTF.csproj @@ -28,7 +28,7 @@ - + @@ -131,7 +131,7 @@ - + wwwroot\%(RecursiveDir)%(FileName)%(Extension) PreserveNewest true