Skip to content

Commit

Permalink
Update dashboard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano authored Apr 24, 2024
1 parent 86db0c5 commit b5374f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const DashboardAWSComponents: React.FC = ({}) => {
{isDataSourceLoading && !dataSource ? (
<LoadingSpinner />
) : (
<div className='wz-search-bar'>
<div className='wz-search-bar hide-filter-control'>
<SearchBar
appName='aws-searchbar'
{...searchBarProps}
Expand Down

0 comments on commit b5374f5

Please sign in to comment.