diff --git a/src/cloud/components/DashboardPage/index.tsx b/src/cloud/components/DashboardPage/index.tsx index 7f237b761a..ca5bab738c 100644 --- a/src/cloud/components/DashboardPage/index.tsx +++ b/src/cloud/components/DashboardPage/index.tsx @@ -1,4 +1,4 @@ -import { mdiChevronDown, mdiDotsHorizontal, mdiPlus } from '@mdi/js' +import { mdiChevronDown, mdiDotsHorizontal, mdiLock, mdiPlus } from '@mdi/js' import React, { useMemo, useState } from 'react' import { useEffectOnce } from 'react-use' import BorderSeparator from '../../../design/components/atoms/BorderSeparator' @@ -102,6 +102,11 @@ const SmartViewPage = ({ data }: SmartViewListPageResponseBody) => {