From f1e0dbc8e6ae9988e2b8207fc912c776773c236f Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 2 Jul 2023 23:00:25 +0800 Subject: [PATCH] chore: show tags editor --- web/src/components/CreateShortcutDialog.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index ecdcda6..53aa90e 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -193,13 +193,10 @@ const CreateShortcutDialog: React.FC = (props: Props) => { onChange={handleDescriptionInputChange} /> - {/* TODO(steven): release shortcut's tags when ready */} - {false && ( -
- Tags - -
- )} +
+ Tags + +
Visibility *