Skip to content

Commit 9e4ea6a

Browse files
vbabichmofojed
andauthored
Update packages/dashboard-core-plugins/src/SimplePivotWidgetPlugin.tsx
Co-authored-by: Mike Bender <mikebender@deephaven.io>
1 parent c66c33c commit 9e4ea6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dashboard-core-plugins/src/SimplePivotWidgetPlugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function SimplePivotWidgetPlugin({
5959
const totalsPromise =
6060
tables.length === 2 ? tables[1].fetch() : Promise.resolve(null);
6161

62-
// Wait for all three promises to have resolved, then render the table. Note that after
62+
// Wait for all four promises to have resolved, then render the table. Note that after
6363
// the first load, the keytable will remain loaded, we'll only wait for the main table,
6464
// and optionally the totals table.
6565
const fetchResult = await Promise.all([

0 commit comments

Comments
 (0)