From 5b9bef36c9ed73b8a42f7fc62d6d0430b0a4e945 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 25 Jun 2023 22:29:41 +0800 Subject: [PATCH] chore: hide tags input --- web/src/components/CreateShortcutDialog.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index bef2b1f..f1fd8f3 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -159,10 +159,13 @@ const CreateShortcutDialog: React.FC = (props: Props) => { onChange={handleDescriptionInputChange} /> -
- Tags - -
+ {/* TODO(steven): release shortcut's tags when ready */} + {false && ( +
+ Tags + +
+ )}
Visibility *