Skip to content

Commit

Permalink
Revert "excluding DownloadMeta"
Browse files Browse the repository at this point in the history
This reverts commit e826b3b.
  • Loading branch information
Robbie1977 committed Jul 30, 2021
1 parent c9afe0b commit 06382aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/VFBMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ class VFBMain extends React.Component {
self.setState({ UIUpdated: true })
}}
focusTermRef={this.focusTermReference}
exclude={["ClassQueriesFrom", "Debug", "DownloadMeta"]}
exclude={["ClassQueriesFrom", "Debug"]}
order={['Symbol',
'Title',
'Name',
Expand Down

0 comments on commit 06382aa

Please sign in to comment.