From 8cecee3c76b9bdb0e52aa2712a206b661ec26153 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 18 Sep 2025 08:04:55 +0700 Subject: [PATCH] update save config --- src/renderer/src/components/ShotcutForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/ShotcutForm.tsx b/src/renderer/src/components/ShotcutForm.tsx index 7c765d1..c9d70cb 100644 --- a/src/renderer/src/components/ShotcutForm.tsx +++ b/src/renderer/src/components/ShotcutForm.tsx @@ -85,7 +85,7 @@ export function ShotcutForm({ onSubmit }: ShotcutFormProps) { - {form.values.links.map((link, index) => ( + {form.values.links.map((_, index) => (