Skip to content

Commit 784d2fd

Browse files
committed
Fix create team button
1 parent ccf7767 commit 784d2fd

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Dashboard/Content/routes/CreateTeam

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Dashboard/Content/routes/CreateTeam/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export default class CreateTeam extends React.PureComponent {
152152
</ComingSoon>
153153

154154
<Button
155+
type="submit"
155156
disabled={this.state.inputValue === ''}
156157
style={{ float: 'right', marginBottom: '1rem' }}
157158
>

0 commit comments

Comments
 (0)