Skip to content
Snippets Groups Projects
Commit 9dbd9b9e authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix vue warnings for logs

parent 3bce2d2e
No related branches found
No related tags found
1 merge request!1833Implement the video grouping in the remote access
......@@ -29,6 +29,8 @@ export default {
components: {
ImageButton,
},
emits: ['refresh-logs'],
props: {
logfile: Object
},
......
......@@ -31,7 +31,7 @@ export default {
LogItem,
},
props: {
logs: []
logs: Array
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment