Skip to content

Commit a891e1c

Browse files
author
n3kosempai
committed
[release] solve error changin from apps user to system
1 parent 5be90a2 commit a891e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/myApps/MyApps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ export const MyApps = ({ onBack }: MyAppsProps) => {
666666

667667
{/* Update Dialog */}
668668
<Dialog
669-
open={updatingApp !== null}
669+
open={updatingApp !== null && !isUpdatingAll}
670670
onClose={!isUpdating ? handleCloseUpdateDialog : undefined}
671671
maxWidth="md"
672672
fullWidth

0 commit comments

Comments
 (0)