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