Skip to content

Commit d343f30

Browse files
authored
Merge pull request #59 from oslabs-beta/cedar/types
Updated newUserHelper RoleID
2 parents 13855a3 + 001d8d0 commit d343f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/helper/newUserHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import store from '../../renderer/store';
66
import * as actions from '../../redux/actions/actions';
77
import React from 'react';
88

9-
export const handleNewUser = (e: React.SyntheticEvent, roleID?: string) => {
9+
export const handleNewUser = (e: React.SyntheticEvent, roleID: string) => {
1010
e.preventDefault();
1111
const username = (<HTMLInputElement>document.getElementById('signupUsername')).value;
1212
const password = (<HTMLInputElement>document.getElementById('signupPassword')).value;

0 commit comments

Comments
 (0)