Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

[webui] fix some bugs on v2.1 bug bash #3400

Merged
merged 6 commits into from
Mar 2, 2021

Conversation

Lijiaoa
Copy link
Contributor

@Lijiaoa Lijiaoa commented Feb 24, 2021

  • use localstorage to store displayed columns status

  • fix bug about the point look like this picture is not clickable in the overview page

    image

@@ -36,6 +36,8 @@ interface DefaultPointState {
}

class DefaultPoint extends React.Component<DefaultPointProps, DefaultPointState> {
private isDetailPage = window.location.pathname === '/oview' ? false : true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest to use property.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@J-shang J-shang merged commit b0d62be into microsoft:master Mar 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants