Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions frontend/app/admin/knowledge-base/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@ export default function KnowledgeBasePage() {
>
<Plus className="h-4 w-4" /> Upload File
</Button>
<Button
onClick={() => window.open("/admin", "_blank")}
className="inline-flex items-center gap-2 px-4 py-2 rounded border border-blue-600 text-blue-700 bg-white font-semibold shadow-sm transition-colors hover:bg-blue-50"
>
<FileText className="h-4 w-4" /> Back to Dashboard
</Button>
</div>
</div>
</div>
Expand Down
Loading
Loading