Skip to content

Commit

Permalink
Fix Bug 72032 - File: ConflictResolveDialog: Fixed Cannot read proper…
Browse files Browse the repository at this point in the history
…ties of undefined (reading 'includes')
  • Loading branch information
gopienkonikita committed Dec 11, 2024
1 parent f159219 commit 1d00d7f
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 1d00d7f

Please sign in to comment.