mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-11-06 13:48:14 +00:00
feat(app): add auto video & image search
This commit is contained in:
@@ -42,6 +42,7 @@ const Searchvideos = ({
|
||||
<>
|
||||
{!loading && videos === null && (
|
||||
<button
|
||||
id="search-videos"
|
||||
onClick={async () => {
|
||||
setLoading(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user