Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0' into feature/editor-history
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaLopaeva committed Dec 10, 2021
2 parents 00ab712 + c3e440e commit 6e6a12f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion products/ASC.Files/Client/src/store/FilesActionsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,13 @@ class FilesActionStore {
setTreeFolders(treeFolders);
}
}
setAction({ type: null, id: null, extension: null });
setAction({
type: null,
id: null,
extension: null,
title: "",
templateId: null,
});
setIsLoading(false);
type === FileAction.Rename &&
this.onSelectItem({
Expand Down

0 comments on commit 6e6a12f

Please sign in to comment.