File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
static/gsApp/hooks/spendVisibility Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ interface EnhancedUsageStatsOrganizationProps
210
210
isSingleProject : boolean ;
211
211
projects : Project [ ] ;
212
212
subscription : Subscription ;
213
+ chartTransform ?: string ;
213
214
spikeCursor ?: string ;
214
215
}
215
216
/**
@@ -233,6 +234,7 @@ function EnhancedUsageStatsOrganization({
233
234
spikeCursor,
234
235
clientDiscard,
235
236
handleChangeState,
237
+ chartTransform,
236
238
} : EnhancedUsageStatsOrganizationProps ) {
237
239
const project = projects . find ( p => p . id === `${ projectIds [ 0 ] } ` ) ;
238
240
const endpointQueryDatetime = getEndpointQueryDatetime ( dataDatetime ) ;
@@ -342,6 +344,7 @@ function EnhancedUsageStatsOrganization({
342
344
endpointQuery = { newEndpointQuery }
343
345
handleChangeState = { handleChangeState }
344
346
clientDiscard = { clientDiscard }
347
+ chartTransform = { chartTransform }
345
348
>
346
349
{ usageStats => {
347
350
const loadingStatuses = [ usageStats . orgStats . isPending ] ;
You can’t perform that action at this time.
0 commit comments