feat(secret-sync): Improve Vercel custom option label

This commit is contained in:
carlosmonastyrski
2025-06-13 13:41:34 -03:00
parent ee98992d9e
commit 4e60cff4bd

View File

@@ -193,7 +193,7 @@ export const VercelSyncFields = () => {
getNewOptionData={(inputValue, _optionLabel) => {
return {
id: inputValue,
name: `Use custom input "${inputValue}" - press Enter`
name: `${inputValue} - press Enter`
};
}}
getOptionLabel={(option) => option.name}