Skip to content

Commit

Permalink
bulk recover operation (#1526)
Browse files Browse the repository at this point in the history
* recovers working

* removed consoles
  • Loading branch information
tanmoyAtb authored Sep 16, 2021
1 parent 280b03e commit 4c5163e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { useSharingExplainerModalFlag } from "../hooks/useSharingExplainerModalF

const baseOperations: FileOperation[] = ["download", "info", "preview"]
const readerOperations: FileOperation[] = [...baseOperations, "report"]
const ownerOperations: FileOperation[] = [...baseOperations, "delete", "move", "rename"]
const ownerOperations: FileOperation[] = [...baseOperations, "delete", "move", "rename", "recover"]
const csfOperations: FileOperation[] = [...ownerOperations, "share"]
const writerOperations: FileOperation[] = [...ownerOperations, "report"]

Expand Down

0 comments on commit 4c5163e

Please sign in to comment.