ArafatKhan2198 commented on code in PR #10198:
URL: https://github.com/apache/ozone/pull/10198#discussion_r3218333330
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/v2/types/container.types.ts:
##########
@@ -84,6 +101,16 @@ export type TabPaginationState = {
hasNextPage: boolean;
}
+export type QuasiClosedTabState = {
+ data: QuasiClosedContainer[];
Review Comment:
Removed it. The quasi-closed tab still uses TabPaginationState with data:
Container[]; we map each QuasiClosedContainer from the API through
toContainer() before putting rows in state, so a separate QuasiClosedTabState
was never needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]