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 c13b06f commit c1cb615Copy full SHA for c1cb615
web/src/components/Table/index.js
@@ -28,7 +28,7 @@ function DefaultColumnFilter({
28
onChange={e => {
29
setFilter(e.target.value || undefined); // Set undefined to remove the filter entirely
30
}}
31
- placeholder={`Search ${count} records...`}
+ placeholder={`Search ${count} questions...`}
32
/>
33
);
34
}
0 commit comments