Skip to content

Commit

Permalink
bugfix: put field 'isPublic' to the correct place (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesHrz authored Mar 6, 2021
1 parent f7fed1d commit 9195735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/contest/ContestListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ export default {
const datetime = Math.ceil(new Date().getTime() / (10 * 60 * 1000)) * (10 * 60 * 1000);
this.contest = {
contestTitle: '',
isPublic: 1,
features: {
mode: CONTEST_MODE.ACM,
isPublic: 1,
openness: CONTEST_OPENNESS.PUBLIC.title,
frozenTime: 0,
contestRunning: {
Expand Down

0 comments on commit 9195735

Please sign in to comment.