mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat(secret-sync): Improve Vercel custom option label
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user