Skip to content

Commit

Permalink
return correct format of random data generator (#5945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noelle Daley committed Dec 12, 2018
1 parent 426016d commit f075ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/tool-actions-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default Component.extend(DEFAULTS, {
: JSON.parse(get(this, 'data'));
}
if (action === 'random') {
return this.getProperties('bytes');
return this.getProperties('bytes', 'format');
}

if (action === 'hash') {
Expand Down

0 comments on commit f075ed5

Please sign in to comment.