Skip to content

Commit

Permalink
fix(files): remove unused data
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg authored and stavares843 committed Apr 29, 2022
1 parent 9bcea89 commit 7e82b0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/files/browse/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default Vue.extend({
view: 'grid',
counter: 1 as number, // needed to force render on addChild. Vue2 lacks reactivity for Map
fileSystem: this.$FileSystem as FilSystem,
activeRoute: FileAsideRouteEnum.DEFAULT as FileAsideRouteEnum,
}
},
computed: {
Expand Down

0 comments on commit 7e82b0b

Please sign in to comment.