feat: Added "Open" button to file upload success notification (#2091)

This commit is contained in:
Aman Harwara
2022-12-09 00:58:32 +05:30
committed by GitHub
parent 1dc9086257
commit 220f62665e
3 changed files with 18 additions and 3 deletions

View File

@@ -40,6 +40,6 @@ export type PopoverFileItemAction =
type: PopoverFileItemActionType.PreviewFile
payload: {
file: FileItem
otherFiles: FileItem[]
otherFiles?: FileItem[]
}
}