diff --git a/client/src/features/project/components/cloudStorage/AddOrEditCloudStorage.tsx b/client/src/features/project/components/cloudStorage/AddOrEditCloudStorage.tsx index 6784ddb5e3..891c021519 100644 --- a/client/src/features/project/components/cloudStorage/AddOrEditCloudStorage.tsx +++ b/client/src/features/project/components/cloudStorage/AddOrEditCloudStorage.tsx @@ -425,15 +425,11 @@ function PasswordOptionItem({ ); } - const inputName = - option.filteredExamples?.length > 0 - ? option.filteredExamples[0]?.friendlyName - : option.friendlyName ?? option.name; const tooltipContainerId = `option-is-secret-${option.name}`; return ( <>