Skip to content

Commit

Permalink
Revert "publish date checks (#249)" (#253)
Browse files Browse the repository at this point in the history
This reverts commit a9af760.
  • Loading branch information
reyniersbram authored May 23, 2024
1 parent a9af760 commit adcc5a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions frontend/src/components/project/RadiobuttonList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ watch(isToggled, (newVal) => {
}
});
watch(selectedOption, (newVal) => {
emit("update:selectedOption", newVal);
});
function handleDateChange(value: Date) {
emit("update:date", value);
}
Expand Down
1 change: 0 additions & 1 deletion frontend/src/views/CreateProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ function generateEmptyGroups(projectId: number) {
emptyGroups.push({
project_id: projectId,
score: 0,
num: i,
});
}
return emptyGroups;
Expand Down

0 comments on commit adcc5a4

Please sign in to comment.