update save config
This commit is contained in:
parent
ed00ebd174
commit
8cecee3c76
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue