mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
🐛 Fix typo in YouTube unlisted setting (#1170)
* Fix typo in YouTube unlisted option * Fix typo in YouTube unlisted option (2)
This commit is contained in:
parent
137c334389
commit
06fa48dd2e
|
@ -107,7 +107,7 @@ export const playlistFields = [
|
|||
},
|
||||
{
|
||||
name: 'Unlisted',
|
||||
value: 'unlistef',
|
||||
value: 'unlisted',
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
|
@ -553,7 +553,7 @@ export const playlistFields = [
|
|||
},
|
||||
{
|
||||
name: 'Unlisted',
|
||||
value: 'unlistef',
|
||||
value: 'unlisted',
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
|
|
|
@ -210,7 +210,7 @@ export const videoFields = [
|
|||
},
|
||||
{
|
||||
name: 'Unlisted',
|
||||
value: 'unlistef',
|
||||
value: 'unlisted',
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
|
|
Loading…
Reference in a new issue