Skip to content

Commit

Permalink
added showProgressDetails option
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Aug 16, 2016
1 parent 88f860f commit 9a7c3fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default class DashboardUI extends Plugin {
const defaultOptions = {
target: 'body',
defaultTabIcon: defaultTabIcon(),
panelSelectorPrefix: 'UppyDashboardContent-panel'
panelSelectorPrefix: 'UppyDashboardContent-panel',
showProgressDetails: true
}

// merge default options with the ones set by user
Expand Down Expand Up @@ -225,6 +226,7 @@ export default class DashboardUI extends Plugin {
container: this.opts.target,
hideModal: this.hideModal,
panelSelectorPrefix: this.opts.panelSelectorPrefix,
showProgressDetails: this.opts.showProgressDetails,
handleInputChange: this.handleInputChange,
showPanel: this.showPanel,
hideAllPanels: this.hideAllPanels,
Expand Down

0 comments on commit 9a7c3fb

Please sign in to comment.