mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00: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:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user