Commit 7997289 1 parent 03f6439 commit 7997289 Copy full SHA for 7997289
File tree 2 files changed +0
-17
lines changed
2 files changed +0
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" courseMenu" >
3
3
<div class =" courseMenu-content" >
4
- <button class =" courseMenu-section full-opacity-on-hover" @click =" openSaveCourseModal" >
5
- <div class =" courseMenu-left" >
6
- <img
7
- class =" courseMenu-icon"
8
- src =" @/assets/images/saveIconSmall.svg"
9
- alt =" save course icon"
10
- />
11
- <span class =" courseMenu-text" >Save</span >
12
- </div >
13
- </button >
14
4
<div
15
5
class =" courseMenu-section"
16
6
@click =" toggleDisplayEditCourseCredits"
@@ -168,7 +158,6 @@ export default defineComponent({
168
158
' delete-course' : () => true ,
169
159
' open-edit-color-modal' : (color : string ) => typeof color === ' string' ,
170
160
' edit-course-credit' : (credit : number ) => typeof credit === ' number' ,
171
- ' open-save-course-modal' : () => true ,
172
161
},
173
162
methods: {
174
163
toggleDisplayColors() {
@@ -240,9 +229,6 @@ export default defineComponent({
240
229
}
241
230
return creditArray ;
242
231
},
243
- openSaveCourseModal() {
244
- this .$emit (' open-save-course-modal' );
245
- },
246
232
},
247
233
});
248
234
</script >
You can’t perform that action at this time.
0 commit comments