We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50edfe commit 010b521Copy full SHA for 010b521
ydb/core/viewer/viewer_tabletinfo.h
@@ -122,7 +122,7 @@ class TJsonTabletInfo : public TJsonWhiteboardRequest<TEvWhiteboard::TEvTabletSt
122
TTabletId uiTabletId(FromStringWithDefault<TTabletId>(strTabletId, {}));
123
if (uiTabletId) {
124
Tablets[uiTabletId] = NKikimrTabletBase::TTabletTypes::Unknown;
125
- Request->Record.AddFilterTabletId(uiTabletId);
+ request->Record.AddFilterTabletId(uiTabletId);
126
}
127
128
0 commit comments