market order validity fix
This commit is contained in:
@@ -19,7 +19,7 @@ export function newBuilder( component, options = {}) {
|
||||
const id = uuid()
|
||||
return {
|
||||
id, component, options,
|
||||
allocation: 1.0, points: {}, shapes: {}, props: {}, valid: false,
|
||||
allocation: 1.0, points: {}, shapes: {}, props: {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user