update save config
This commit is contained in:
parent
ed00ebd174
commit
8cecee3c76
|
|
@ -85,7 +85,7 @@ export function ShotcutForm({ onSubmit }: ShotcutFormProps) {
|
|||
</Text>
|
||||
</Group>
|
||||
|
||||
{form.values.links.map((link, index) => (
|
||||
{form.values.links.map((_, index) => (
|
||||
<Group key={index} align="center">
|
||||
<TextInput
|
||||
placeholder="https://google.com/search?q={keyword}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue