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 *