setDebouncedSearchTerm(value)}
className="sm:max-w-64 max-w-full"
/>
handleDownload()}
data-testid="export-members-button">
{t("download")}
{/* We have to omit member because we don't want the filter to show but we can't disable filtering as we need that for the search bar */}
{adminOrOwner && (
dispatch({
type: "INVITE_MEMBER",
payload: {
showModal: true,
},
})
}
data-testid="new-organization-member-button">
{t("add")}
)}