fix(graphsComponent): polishment
This commit is contained in:
@@ -16,5 +16,9 @@ export let ConfigForm: FormGroup = fb.group({
|
||||
nodes: fb.control('', Validators.compose([
|
||||
Validators.min(1),
|
||||
Validators.max(10)
|
||||
]))
|
||||
])),
|
||||
scale: fb.control('', Validators.compose([
|
||||
Validators.min(0),
|
||||
Validators.max(1)
|
||||
])),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user