diff --git a/src/components/Dashboard/DashboardTopbar.js b/src/components/Dashboard/DashboardTopbar.js index 075d2fe01..141dda575 100644 --- a/src/components/Dashboard/DashboardTopbar.js +++ b/src/components/Dashboard/DashboardTopbar.js @@ -23,6 +23,7 @@ import withDashboard from 'containers/Dashboard/withDashboard'; import QuickNewDropdown from 'containers/QuickNewDropdown/QuickNewDropdown'; import { compose } from 'utils'; import withSubscriptions from '../../containers/Subscriptions/withSubscriptions'; +import { useGetUniversalSearchTypeOptions } from '../../containers/UniversalSearch/utils'; function DashboardTopbarSubscriptionMessage() { return ( @@ -142,11 +143,8 @@ function DashboardTopbar({ -