add limit by
This commit is contained in:
@@ -11,7 +11,7 @@ import { PlotService, PlotType, AutocompleteResult, Suggestion } from '../plot.s
|
||||
})
|
||||
export class QueryAutocompleteComponent implements OnInit {
|
||||
|
||||
@Input() query = new FormControl();
|
||||
@Input() query = new FormControl('');
|
||||
|
||||
suggestions = new FormControl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user