Fix creating project properties from template to be set properly (#5436)

This commit is contained in:
Clément Pasteau
2023-06-22 09:14:46 +02:00
committed by GitHub
parent 8dec6dfa28
commit a3f7c5782e

View File

@@ -282,7 +282,12 @@ const NewProjectSetupDialog = ({
if (selectedExampleShortHeader) {
await onCreateFromExample(
selectedExampleShortHeader,
projectSetup,
{
// We only pass down the project name as this is the only cusomizable field for an example.
projectName,
storageProvider,
saveAsLocation,
},
i18n
);
} else if (allowPlayersToLogIn) {