Skip to content

Commit

Permalink
fix(web-client): Fix missing functions after merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alllenshibu authored Feb 22, 2024
1 parent 5fc93bf commit 36c693b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web-admin/src/pages/organizations/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ export default function Organizations() {
bgColor="rgb(128, 90, 213)"
color="white"
_hover={{ bgColor: 'rgb(100, 70, 183)' }}
onClick={handleClick}
onClick={() => {
router.push('organizations/new');
}}
marginBottom="30px"
>
Add Organization
Expand Down

0 comments on commit 36c693b

Please sign in to comment.