FIX: Propagate name correctly

This commit is contained in:
Nicolás Hatcher
2025-11-11 08:19:03 +01:00
committed by Nicolás Hatcher Andrés
parent ae3fcaf9e9
commit 3111a74530
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ function App() {
const newModel = loadSelectedModelFromStorage();
if (!newModel) {
setShowWelcomeDialog(true);
const createdModel = createModelWithSafeTimezone();
const createdModel = createModelWithSafeTimezone("template");
setModel(createdModel);
} else {
setModel(newModel);