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