added searching functionality
This commit is contained in:
@@ -44,6 +44,7 @@ export default function AddCollection({
|
||||
</p>
|
||||
|
||||
<input
|
||||
autoFocus
|
||||
value={inputField}
|
||||
onChange={(e) => setInputField(e.target.value)}
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user