From 3b0f7eece247f5aa68d317ab079f61901ba92d98 Mon Sep 17 00:00:00 2001 From: Garrett Steffen Date: Fri, 21 Jun 2024 12:48:11 -0700 Subject: [PATCH] background execution flipper plugin add basic charting, update client Summary: {F1707823594} {F1710112208} Differential Revision: D58210819 fbshipit-source-id: baac3b3aea9b9790b258a5eb049ce97e140398e0 --- desktop/flipper-plugin/src/data-source/DataSource.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-plugin/src/data-source/DataSource.tsx b/desktop/flipper-plugin/src/data-source/DataSource.tsx index c2abe6daec5..c8b0ef5dde3 100644 --- a/desktop/flipper-plugin/src/data-source/DataSource.tsx +++ b/desktop/flipper-plugin/src/data-source/DataSource.tsx @@ -1128,7 +1128,7 @@ export class DataSourceView { output, { value: oldValue, - id: -1, + id: -99999, visible: entry.visible, approxIndex: entry.approxIndex, },