mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
chore: update default visibility
This commit is contained in:
parent
385499e642
commit
85848ee317
@ -39,7 +39,7 @@ const CreateShortcutDrawer: React.FC<Props> = (props: Props) => {
|
||||
const { t } = useTranslation();
|
||||
const [state, setState] = useState<State>({
|
||||
shortcutCreate: Shortcut.fromPartial({
|
||||
visibility: Visibility.PRIVATE,
|
||||
visibility: Visibility.PUBLIC,
|
||||
ogMetadata: {
|
||||
title: "",
|
||||
description: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user