fix ui: random logs

This commit is contained in:
nick-delirium 2024-05-28 16:41:18 +02:00
parent decb7dd9fe
commit 962ceedfe7
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 0 additions and 4 deletions

View file

@ -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,

View file

@ -303,7 +303,6 @@ export default class Widget {
// }));
Object.assign(this.data, _data);
console.log('data', _data);
return _data;
}
if (this.metricOf === FilterKey.ERRORS) {