Skip to content

Commit

Permalink
preparation to release
Browse files Browse the repository at this point in the history
  • Loading branch information
an4xdev committed Sep 2, 2024
1 parent 35d8bec commit 1f64449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -446,3 +446,4 @@ FodyWeavers.xsd
/TestMaker.Hybrid/global.json
/cert.txt
/command.txt
/TestMaker.Web/TestMaker.Web/.config/dotnet-tools.json
2 changes: 1 addition & 1 deletion TestMaker.Shared/Pages/Application.razor
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
DialogService.Show<SaveProjectModal>(null, parametersSave);
});

ProjectService.MockData(ProjectValue);
// ProjectService.MockData(ProjectValue);
// SelectedQuestion = ProjectService.GetRandomQuestion(Project, QuestionType.Open);
// Editing = true;
Expand Down

0 comments on commit 1f64449

Please sign in to comment.