Skip to content

Commit

Permalink
edit-exam modal changes for the ITA exam dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh-aot authored and midhunmanoj2024 committed Jul 29, 2024
1 parent 606a5a5 commit d8b7068
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 263 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/exams/add-exam-form-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ export class DropdownQuestion extends Vue {
}

get selectedExam () {
console.log("sdfsdf");
return this.capturedExam.exam_type_id ?? 0;
}

Expand Down
7 changes: 6 additions & 1 deletion frontend/src/components/exams/add-exam-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,13 @@ export default class AddExamModal extends Vue {
</script>

<style>
.modal-content {
/* .modal-content {
overflow: unset !important;
} */
#add-exam-modal {
.modal-content {
overflow: unset !important;
}
}
.message-text {
font-size: 0.9rem;
Expand Down
Loading

0 comments on commit d8b7068

Please sign in to comment.