We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a8093 commit 7f0550cCopy full SHA for 7f0550c
src/legacy/ui/public/vis/update_status.ts
@@ -60,7 +60,7 @@ function getUpdateStatus<T extends Status>(
60
obj: any,
61
param: { vis: Vis; visData: any; uiState: PersistedState }
62
): { [reqStats in T]: boolean } {
63
- const status = {} as { [reqStats in Status]: boolean };
+ const status = {} as { [reqStats in T]: boolean };
64
65
// If the vis type doesn't need update status, skip all calculations
66
if (requiresUpdateStatus.length === 0) {
0 commit comments