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 a6bac27 commit e5727ceCopy full SHA for e5727ce
src/pages/Users/index.jsx
@@ -30,7 +30,7 @@ const Users = () => {
30
31
const dispatch = useDispatch();
32
33
- const [search, setSearch] = useState();
+ const [search, setSearch] = useState('');
34
35
useEffect(() => {
36
if (isAdmin) {
0 commit comments