diff --git a/desktop/plugins/public/logs/index.tsx b/desktop/plugins/public/logs/index.tsx index 5d0e6de10..e4ade415c 100644 --- a/desktop/plugins/public/logs/index.tsx +++ b/desktop/plugins/public/logs/index.tsx @@ -149,7 +149,7 @@ export function devicePlugin(client: DevicePluginClient) { const rows = createDataSource([], { limit: 200000, persist: 'logs', - indices: [['pid'], ['tag']], //there are for inferring enum types + indices: [['pidStr'], ['tag']], //there are for inferring enum types }); const isPaused = createState(true); const tableManagerRef = createRef<