mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
fix: title display
This commit is contained in:
parent
fcf5981b97
commit
98d4bb40b2
@ -53,6 +53,7 @@ const CreateShortcutDialog: React.FC<Props> = (props: Props) => {
|
|||||||
shortcutCreate: Object.assign(state.shortcutCreate, {
|
shortcutCreate: Object.assign(state.shortcutCreate, {
|
||||||
name: shortcut.name,
|
name: shortcut.name,
|
||||||
link: shortcut.link,
|
link: shortcut.link,
|
||||||
|
title: shortcut.title,
|
||||||
description: shortcut.description,
|
description: shortcut.description,
|
||||||
visibility: shortcut.visibility,
|
visibility: shortcut.visibility,
|
||||||
openGraphMetadata: shortcut.openGraphMetadata,
|
openGraphMetadata: shortcut.openGraphMetadata,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user