From 85848ee317bc819511f04f250e70d6045bb7b52a Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 21 Jan 2024 17:07:59 +0800 Subject: [PATCH] chore: update default visibility --- frontend/web/src/components/CreateShortcutDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/src/components/CreateShortcutDrawer.tsx b/frontend/web/src/components/CreateShortcutDrawer.tsx index f6ae822..a35aff9 100644 --- a/frontend/web/src/components/CreateShortcutDrawer.tsx +++ b/frontend/web/src/components/CreateShortcutDrawer.tsx @@ -39,7 +39,7 @@ const CreateShortcutDrawer: React.FC = (props: Props) => { const { t } = useTranslation(); const [state, setState] = useState({ shortcutCreate: Shortcut.fromPartial({ - visibility: Visibility.PRIVATE, + visibility: Visibility.PUBLIC, ogMetadata: { title: "", description: "",