Skip to content

Commit

Permalink
fix(ui/dataLoaders): Update plugin config button to 'Done'
Browse files Browse the repository at this point in the history
  • Loading branch information
ischolten committed Feb 5, 2019
1 parent 238cc11 commit 8e3099f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ export class PluginConfigForm extends PureComponent<Props> {
</div>
</FancyScrollbar>
</div>
<OnboardingButtons autoFocusNext={this.autoFocus} />
<OnboardingButtons
autoFocusNext={this.autoFocus}
nextButtonText={'Done'}
/>
</Form>
)
}
Expand Down

0 comments on commit 8e3099f

Please sign in to comment.