Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt

Use this file to discover all available pages before exploring further.

UploadGlobalDocumentDialog component

Props

open
boolean
required
open
onOpenChange
(open: boolean) => void
required
onOpenChange
onSuccess
() => void
onSuccess

Usage

import { UploadGlobalDocumentDialog } from '@/components/UploadGlobalDocumentDialog';

export default function Example() {
  return (
    <UploadGlobalDocumentDialog open={open} onOpenChange={onOpenChange} />
  );
}