Skip to content

Commit

Permalink
using name in save solution
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Nov 24, 2023
1 parent e821102 commit 03cb0b3
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 03cb0b3

Please sign in to comment.