feat: Added "Open" button to file upload success notification (#2091)
This commit is contained in:
@@ -40,6 +40,6 @@ export type PopoverFileItemAction =
|
||||
type: PopoverFileItemActionType.PreviewFile
|
||||
payload: {
|
||||
file: FileItem
|
||||
otherFiles: FileItem[]
|
||||
otherFiles?: FileItem[]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user