{
console.log(row);
if (row.type === 'INDICATOR') {
currentSelectedLibIdRef = row.id;
} else {
currentSelectedLibIdRef = null;
}
indicatorGridRef?.refresh();
}
"
@before-request-data="
() => {
currentSelectedLibIdRef = null;
indicatorGridRef?.refresh();
}
"
>