mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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',
|
name: 'Unlisted',
|
||||||
value: 'unlistef',
|
value: 'unlisted',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -553,7 +553,7 @@ export const playlistFields = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Unlisted',
|
name: 'Unlisted',
|
||||||
value: 'unlistef',
|
value: 'unlisted',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
|
|
@ -210,7 +210,7 @@ export const videoFields = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Unlisted',
|
name: 'Unlisted',
|
||||||
value: 'unlistef',
|
value: 'unlisted',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
|
Loading…
Reference in a new issue