Remove file count check for disabling chat database picker option

This commit is contained in:
2026-06-15 15:48:01 +02:00
parent 6257cf0912
commit 7cc9c07612

View File

@@ -83,7 +83,6 @@ export default function ChatDatabasePicker({
key={library.slug}
type="button"
className={"db-picker-option" + (selected ? " selected" : "")}
disabled={!library.files?.length}
onClick={() => {
setChatLibraryForSession(activeSessionId, library.slug)
setIsDbPickerOpen(false)