diff --git a/frontend/src/views/SecretOverviewPage/components/SecretSearchInput/components/QuickSearchModal.tsx b/frontend/src/views/SecretOverviewPage/components/SecretSearchInput/components/QuickSearchModal.tsx index 8d1afb39d..1a23bd718 100644 --- a/frontend/src/views/SecretOverviewPage/components/SecretSearchInput/components/QuickSearchModal.tsx +++ b/frontend/src/views/SecretOverviewPage/components/SecretSearchInput/components/QuickSearchModal.tsx @@ -27,7 +27,8 @@ import { ModalContent, Spinner, Table, - TableContainer + TableContainer, + Tooltip } from "@app/components/v2"; import { useDebounce } from "@app/hooks"; import { useGetProjectSecretsQuickSearch } from "@app/hooks/api/dashboard"; @@ -116,20 +117,22 @@ const Content = ({ } /> - - !show)) && - "border-primary/50 text-primary" - )} - > - - - + + + !show)) && + "border-primary/50 text-primary" + )} + > + + + + Filter By