diff --git a/frontend/src/components/v2/Select/Select.tsx b/frontend/src/components/v2/Select/Select.tsx index e0dc90186..a35dc00d2 100644 --- a/frontend/src/components/v2/Select/Select.tsx +++ b/frontend/src/components/v2/Select/Select.tsx @@ -123,6 +123,7 @@ export const SelectItem = forwardRef( return ( + Limited to{" "} + {filteredExpiresInOptions[filteredExpiresInOptions.length - 1].label} by + organization + + ) : undefined + } > onChange(e)} className="w-full" > - {filteredViewLimitOptions.map(({ label, value: viewLimitValue }) => ( - + {viewLimitOptions.map(({ label, value: viewLimitValue }) => ( + v.label === label)} + > {label} ))}