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 *