From 03cb0b33638291b661d3927314bfd900b02c5fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diana=20L=C3=B3pez=20Alvas?= Date: Fri, 24 Nov 2023 17:33:04 -0300 Subject: [PATCH] using name in save solution --- app/components/challenge-workspace-buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/challenge-workspace-buttons.js b/app/components/challenge-workspace-buttons.js index aaf6594ab..cbecbee76 100644 --- a/app/components/challenge-workspace-buttons.js +++ b/app/components/challenge-workspace-buttons.js @@ -104,7 +104,7 @@ export default Component.extend({ }, guardarSolucion() { - let activityName = this.get("actividad.nombre") || this.storage.getImportedChallenge()?.titulo || "Sin título" + let activityName = this.get("actividad.nombre") || "SinTitulo" let fileName = `${activityName}.spbq`;