fix ui: random logs
This commit is contained in:
parent
decb7dd9fe
commit
962ceedfe7
2 changed files with 0 additions and 4 deletions
|
|
@ -44,9 +44,6 @@ export default function <Value extends ValueObject>({
|
|||
defaultValue.map((value) => options.find((option) => option.value === value)) :
|
||||
options.find((option) => option.value === defaultValue
|
||||
) || null;
|
||||
if (Array.isArray(defaultSelected) && defaultSelected.length === 0) {
|
||||
console.log('defaultSelected', defaultSelected);
|
||||
}
|
||||
const customStyles = {
|
||||
option: (provided: any, state: any) => ({
|
||||
...provided,
|
||||
|
|
|
|||
|
|
@ -303,7 +303,6 @@ export default class Widget {
|
|||
// }));
|
||||
|
||||
Object.assign(this.data, _data);
|
||||
console.log('data', _data);
|
||||
return _data;
|
||||
}
|
||||
if (this.metricOf === FilterKey.ERRORS) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue