Skip to content

Commit cbe4ddf

Browse files
committed
Reworked UfixitModal. There were two handleIssueSave functions, one local and one general. I've renamed the local one "handleSingleIssueSave".
1 parent 080ed69 commit cbe4ddf

File tree

2 files changed

+679
-269
lines changed

2 files changed

+679
-269
lines changed

assets/js/Components/AboutModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { CloseButton } from '@instructure/ui-buttons'
66
import AboutPage from './AboutPage'
77

88

9-
export default function AboutModel({ t, settings, handleModal }) {
9+
export default function AboutModal({ t, settings, handleModal }) {
1010
return (
1111
<Modal
1212
open={true}

0 commit comments

Comments
 (0)