We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e56f43 + 72205a6 commit 93dbe21Copy full SHA for 93dbe21
src/frontend/src/components/content/HomeInput.tsx
@@ -73,7 +73,7 @@ const HomeInput: React.FC<HomeInputProps> = ({ selectedTeam }) => {
73
// Check if the selected team is the Contract Compliance Review Team
74
const isLegalTeam = selectedTeam?.name
75
?.toLowerCase()
76
- .includes("compliance contract");
+ .includes("contract compliance");
77
78
useEffect(() => {
79
if (location.state?.focusInput) {
0 commit comments