Skip to content

Commit

Permalink
Merge pull request #1528 from Program-AR/activity-name
Browse files Browse the repository at this point in the history
Error en solución del creador
  • Loading branch information
dlopezalvas authored Nov 29, 2023
2 parents e821102 + 03cb0b3 commit 5e54acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/challenge-workspace-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;

Expand Down

0 comments on commit 5e54acc

Please sign in to comment.