refactor: unified panel title for discover vis saved objects#11896
refactor: unified panel title for discover vis saved objects#11896ruanyl wants to merge 3 commits into
Conversation
PR Reviewer Guide 🔍(Review updated until commit fbae838)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to fbae838 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 7307d61
Suggestions up to commit b16d8e6
Suggestions up to commit e4685fe
Suggestions up to commit f9f5433
Suggestions up to commit d0ca920
|
|
Persistent review updated to latest commit 5135979 |
| }); | ||
|
|
||
| const { disabledActions } = this.props.embeddable.getInput(); | ||
| if (disabledActions) { |
There was a problem hiding this comment.
nit: it seems the earlier filter on just regularActions is redundant as we will filter on regularActions and extraActions, perhaps we can remove it?
✅ All unit and integration tests passing
|
|
Persistent review updated to latest commit 7189aa3 |
1 similar comment
|
Persistent review updated to latest commit 7189aa3 |
|
Persistent review updated to latest commit aa4a731 |
|
Persistent review updated to latest commit 93c7aa6 |
|
Persistent review updated to latest commit d0ca920 |
|
Persistent review updated to latest commit f9f5433 |
|
Persistent review updated to latest commit e4685fe |
|
Persistent review updated to latest commit b16d8e6 |
|
Persistent review updated to latest commit 7307d61 |
Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
|
Persistent review updated to latest commit fbae838 |
Description
Removed the custom visualization title setting to keep the behavior consistent with the existing visualizations
Issues Resolved
Screenshot
Testing the changes
Check List
yarn test:jestyarn test:jest_integration