filemanager: vue is picky about the type

This commit is contained in:
Johannes Zellner
2023-05-11 19:42:54 +02:00
parent 4a1cdd4ef1
commit 6b6781eabb

View File

@@ -122,7 +122,7 @@ export default {
data() {
return {
cwd: '/',
fatalError: '',
fatalError: false,
activeItem: null,
activeDirectoryItem: {},
items: [],