Skip to content

Commit

Permalink
Merge branch 'hotfix/v3.0.1' of git.onlyoffice.com:ONLYOFFICE/DocSpac…
Browse files Browse the repository at this point in the history
…e-client into hotfix/v3.0.1
  • Loading branch information
ilyaoleshko committed Dec 11, 2024
2 parents 4e9319a + 1d00d7f commit 142cb71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const ConflictResolveDialog = (props: ConflictResolveDialogProps) => {
const onCloseConflictDialog = () => {
if (isUploadConflict) {
cancelUploadAction();
onCloseDialog();
onClose();
} else onCloseDialog();
};

Expand Down

0 comments on commit 142cb71

Please sign in to comment.