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.
1 parent 5dd9632 commit 84470b6Copy full SHA for 84470b6
poliloom-gui/src/app/create/page.tsx
@@ -221,7 +221,7 @@ export default function CreatePage() {
221
{/* Politician Search/Create */}
222
<div className="space-y-6">
223
<EntitySelector<Politician>
224
- searchEndpoint="/api/politicians"
+ searchEndpoint="/api/politicians/search"
225
placeholder="Search for politicians or enter a new name..."
226
selectedEntity={
227
selectedPolitician
0 commit comments