Skip to content

Commit

Permalink
Reworked UfixitModal. There were two handleIssueSave functions, one l…
Browse files Browse the repository at this point in the history
…ocal and one general. I've renamed the local one "handleSingleIssueSave".
  • Loading branch information
mbusch3 committed Jan 31, 2025
1 parent 080ed69 commit cbe4ddf
Show file tree
Hide file tree
Showing 2 changed files with 679 additions and 269 deletions.
2 changes: 1 addition & 1 deletion assets/js/Components/AboutModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CloseButton } from '@instructure/ui-buttons'
import AboutPage from './AboutPage'


export default function AboutModel({ t, settings, handleModal }) {
export default function AboutModal({ t, settings, handleModal }) {
return (
<Modal
open={true}
Expand Down
Loading

0 comments on commit cbe4ddf

Please sign in to comment.