mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-17 04:43:13 +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 { t } = useTranslation();
|
||||||
const [state, setState] = useState<State>({
|
const [state, setState] = useState<State>({
|
||||||
shortcutCreate: Shortcut.fromPartial({
|
shortcutCreate: Shortcut.fromPartial({
|
||||||
visibility: Visibility.PRIVATE,
|
visibility: Visibility.PUBLIC,
|
||||||
ogMetadata: {
|
ogMetadata: {
|
||||||
title: "",
|
title: "",
|
||||||
description: "",
|
description: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user