Skip to content

Commit 7ddbde8

Browse files
committed
make the isLoading prop mandatory and add docs
1 parent c5aea11 commit 7ddbde8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/app/details/appDetails/appDetails.type.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ export interface DeploymentStatusDetailModalType {
111111
deploymentStatusDetailsBreakdownData: DeploymentStatusDetailsBreakdownDataType
112112
streamData: AppStreamData
113113
isVirtualEnvironment: boolean
114-
isLoading?: boolean
114+
/**
115+
* Loading state for the timeline data
116+
*/
117+
isLoading: boolean
115118
}
116119

117120
export interface ModuleConfigResponse extends ResponseType {

0 commit comments

Comments
 (0)