update save config

This commit is contained in:
Admin 2025-09-18 08:04:55 +07:00
parent ed00ebd174
commit 8cecee3c76
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export function ShotcutForm({ onSubmit }: ShotcutFormProps) {
</Text> </Text>
</Group> </Group>
{form.values.links.map((link, index) => ( {form.values.links.map((_, index) => (
<Group key={index} align="center"> <Group key={index} align="center">
<TextInput <TextInput
placeholder="https://google.com/search?q={keyword}" placeholder="https://google.com/search?q={keyword}"