Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Feb 27, 2025
1 parent 4e5d0b3 commit ddea130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/appcontainer/ExceptionDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const dismissButton = hoistCmp.factory<ExceptionDialogModel>(({model}) =>
icon: Icon.refresh(),
text: 'Reload App',
autoFocus: true,
onClick: () => XH.reloadApp({removeQueryParams: model.options.removeQueryParams})
onClick: () => XH.reloadApp({removeQueryParams: true})
})
: button({
text: 'Close',
Expand Down

0 comments on commit ddea130

Please sign in to comment.