mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
feat: Refactor document upload and connector management UI, enhance user experience with improved loading states, and streamline source addition process by removing unnecessary components.
This commit is contained in:
parent
4d6186a43a
commit
3ac806dcdf
4 changed files with 221 additions and 220 deletions
|
|
@ -325,7 +325,7 @@ export const ComposerAddAttachment: FC = () => {
|
|||
const chatAttachmentInputRef = useRef<HTMLInputElement>(null);
|
||||
|
||||
const handleFileUpload = () => {
|
||||
router.push(`/dashboard/${searchSpaceId}/sources/add?tab=documents`);
|
||||
router.push(`/dashboard/${searchSpaceId}/documents/upload`);
|
||||
};
|
||||
|
||||
const handleChatAttachment = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue