Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
a564fd390b
commit
c5b74f755c
@@ -465,6 +465,13 @@ export function CaseDocumentsTab({ caseId }: { caseId: string }) {
|
||||
</div>
|
||||
</DialogContent>
|
||||
</Dialog>
|
||||
|
||||
<ShareDocumentDialog
|
||||
open={!!shareDoc}
|
||||
onOpenChange={(o) => !o && setShareDoc(null)}
|
||||
caseId={caseId}
|
||||
doc={shareDoc}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user