From 0c4ed55a76690d2c1563466ef2e09055f033550b Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 31 Jul 2023 23:34:19 +0800 Subject: [PATCH] chore: move title to additional fields --- web/src/components/CreateShortcutDialog.tsx | 23 ++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index 758c6a6..cd090e4 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -193,18 +193,6 @@ const CreateShortcutDialog: React.FC = (props: Props) => {
-
- Title -
- -
-
Name
@@ -260,6 +248,17 @@ const CreateShortcutDialog: React.FC = (props: Props) => {
{showAdditionalFields && (
+
+ Title + +
Description