Use number instead of string for default storage value
This commit is contained in:
2
index.js
2
index.js
@ -32,7 +32,7 @@ const optionDefinitions = [
|
|||||||
{
|
{
|
||||||
name: 'storage',
|
name: 'storage',
|
||||||
type: String,
|
type: String,
|
||||||
defaultValue: '256',
|
defaultValue: 256,
|
||||||
description: "Define which storage size to search for. Accepted options are: '64', '256'.",
|
description: "Define which storage size to search for. Accepted options are: '64', '256'.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user