Skip to content

Recover Panel View Legacy - Duplicate Action#376

Merged
rupal-bq merged 1 commit intomainfrom
panel-view-invalid-record-handling
Apr 17, 2023
Merged

Recover Panel View Legacy - Duplicate Action#376
rupal-bq merged 1 commit intomainfrom
panel-view-invalid-record-handling

Conversation

@pjfitzgibbons
Copy link
Copy Markdown
Contributor

Panel View SavedObject

  • Duplicate Action
  • protect render from invalid record
  • hide render while loading

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Panel View SavedObject
- Duplicate Action
- protect render from invalid record
- hide render while loading

Signed-off-by: Peter Fitzgibbons <pjfitz@amazon.com>
},
panel: newPanelTemplate(''),
panelList: [],
loadingFlag: false,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

where is this used?


return (
return loading ? (
<></>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

n.p. no need for empty fragment, null should be enough

@rupal-bq rupal-bq merged commit 529623e into main Apr 17, 2023
pjfitzgibbons added a commit that referenced this pull request Apr 18, 2023
Panel View SavedObject
- Duplicate Action
- protect render from invalid record
- hide render while loading

Signed-off-by: Peter Fitzgibbons <pjfitz@amazon.com>
Co-authored-by: Peter Fitzgibbons <pjfitz@amazon.com>
pjfitzgibbons added a commit that referenced this pull request Apr 18, 2023
Panel View SavedObject
- Duplicate Action
- protect render from invalid record
- hide render while loading

Signed-off-by: Peter Fitzgibbons <pjfitz@amazon.com>
Co-authored-by: Peter Fitzgibbons <pjfitz@amazon.com>
(cherry picked from commit 529623e)
joshuali925 pushed a commit to joshuali925/dashboards-observability that referenced this pull request Apr 18, 2023
Panel View SavedObject
- Duplicate Action
- protect render from invalid record
- hide render while loading

Signed-off-by: Peter Fitzgibbons <pjfitz@amazon.com>
Co-authored-by: Peter Fitzgibbons <pjfitz@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants