App: Disable the global filter
This disables the global filter on the top of the page. So later when an option to filter images by name is added, there won't be multiple filters which could lead to confusion.
This commit is contained in:
parent
65de66f66d
commit
a0ed7cd37e
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ const App = (props) => {
|
|||
document.title = 'Image Builder | Red Hat Insights';
|
||||
insights.chrome.init();
|
||||
insights.chrome.identifyApp('image-builder');
|
||||
insights.chrome.hideGlobalFilter();
|
||||
const unregister = insights.chrome.on('APP_NAVIGATION', () =>
|
||||
navigate(resolveRelPath(''))
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue