mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-13 16:19:33 +03:00
Fix aliases
prompt (#7883)
This commit is contained in:
parent
bee36009dc
commit
d224a349fa
@ -159,7 +159,7 @@ const dataPrompt = [
|
|||||||
suffix: ' (separate with commas)',
|
suffix: ' (separate with commas)',
|
||||||
validate: (text) => Boolean(text),
|
validate: (text) => Boolean(text),
|
||||||
transformer: aliasesTransformer,
|
transformer: aliasesTransformer,
|
||||||
when: (answers) => answers?.aliasesTypes.includes(x.value),
|
when: (answers) => answers?.aliasesTypes?.includes(x.value),
|
||||||
})),
|
})),
|
||||||
{
|
{
|
||||||
type: 'confirm',
|
type: 'confirm',
|
||||||
|
Loading…
Reference in New Issue
Block a user