Skip to content

Commit

Permalink
chore(be): set invisible when problems created from excel file (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyeon1020 authored Sep 8, 2024
1 parent 2b52323 commit 4cb8821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/apps/admin/src/problem/problem.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class ProblemService {
title,
description,
inputDescription: '',
isVisible: true,
isVisible: false,
outputDescription: '',
hint: '',
template,
Expand Down

0 comments on commit 4cb8821

Please sign in to comment.