Skip to content

Commit

Permalink
Fix close button and membershipCycle type#
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Nov 5, 2023
1 parent 0e9bc87 commit 3f1ca84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/Settings/WhartonApplicationCycles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const WhartonApplicationCycles = (): ReactElement => {
<button
className="button is-info is-small"
onClick={() => {
setMembershipCycle(object)
setMembershipCycle({ name: object.name, id: object.id })
setEditMembership(true)
}}
>
Expand All @@ -137,6 +137,7 @@ const WhartonApplicationCycles = (): ReactElement => {
<button
className="button is-primary"
style={{ position: 'absolute', bottom: 10, right: 10 }}
onClick={closeModal}
>
Submit
</button>
Expand Down

0 comments on commit 3f1ca84

Please sign in to comment.