We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d73c9 commit 6e3f267Copy full SHA for 6e3f267
src/components/application-bar/RepositoryMenu.js
@@ -45,7 +45,7 @@ function RepositoryMenu() {
45
actions.close();
46
}
47
48
- },[actions.close, file, fileActions.onConfirmClose]);
+ },[actions.close, file, fileActions?.onConfirmClose]);
49
50
const handleOpen = useCallback(() => {
51
setModal(true);
0 commit comments