dombizita commented on code in PR #3868:
URL: https://github.com/apache/ozone/pull/3868#discussion_r1011736077
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/utils/autoReloadHelper.tsx:
##########
@@ -49,6 +49,10 @@ class AutoReloadHelper {
this.stopPolling();
}
};
+
+ toggleChecking = (checked: boolean) => {
+ sessionStorage.setItem('toggleCheck', JSON.stringify(checked));
+ };
Review Comment:
What we could do is to name the property that is set in the sessionStorage
to `checked`, but as we have this information in the browser it is better to
have a name that is easy to understand what it stands for.
--
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]