Skip to content

Commit

Permalink
Web: Files: Store: Fixed bug with displaying "Save as oform" at Favor…
Browse files Browse the repository at this point in the history
…ite/Recent folders
  • Loading branch information
ilyaoleshko committed Dec 23, 2021
1 parent 2ff6a87 commit dc7b267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products/ASC.Files/Client/src/store/FilesStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ class FilesStore {

if (isFavoritesFolder || isRecentFolder) {
fileOptions = this.removeOptions(fileOptions, [
"make-form",
"copy",
"move-to",
//"sharing-settings",
Expand Down

0 comments on commit dc7b267

Please sign in to comment.