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: "",