From f075ed5d404ab60d86b0c922290847705ab40bc1 Mon Sep 17 00:00:00 2001 From: Noelle Daley Date: Wed, 12 Dec 2018 11:05:37 -0800 Subject: [PATCH] return correct format of random data generator (#5945) --- ui/app/components/tool-actions-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/tool-actions-form.js b/ui/app/components/tool-actions-form.js index 9d5b0d2e6ffd..2878fc0c0644 100644 --- a/ui/app/components/tool-actions-form.js +++ b/ui/app/components/tool-actions-form.js @@ -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') {