From 282f1a6da8d4a90074371fcbbb232b0719c76795 Mon Sep 17 00:00:00 2001 From: davy-c Date: Mon, 8 Nov 2021 13:31:03 +0900 Subject: [PATCH] lock icon for private smart views --- src/cloud/components/DashboardPage/index.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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) => {