Skip to content

Commit 420a07e

Browse files
committed
removing useless props in video row
1 parent 5335a97 commit 420a07e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vueapp/components/Videos/VideoRow.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,6 @@ export default {
199199
type: Number,
200200
required: true
201201
},
202-
canMoveUp: {
203-
type: Boolean,
204-
default: false
205-
},
206-
canMoveDown: {
207-
type: Boolean,
208-
default: false
209-
},
210202
selectable: {
211203
type: Boolean,
212204
default: false

0 commit comments

Comments
 (0)