Update frontend/src/app/settings/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5f522bf6a9
commit
6a495b3011
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ interface Connection {
|
||||||
|
|
||||||
function KnowledgeSourcesPage() {
|
function KnowledgeSourcesPage() {
|
||||||
const { isAuthenticated, isNoAuthMode } = useAuth();
|
const { isAuthenticated, isNoAuthMode } = useAuth();
|
||||||
console.log({ isAuthenticated, isNoAuthMode });
|
|
||||||
const { addTask, tasks } = useTask();
|
const { addTask, tasks } = useTask();
|
||||||
const searchParams = useSearchParams();
|
const searchParams = useSearchParams();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue