We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27672c5 commit 9baa11aCopy full SHA for 9baa11a
packages/app/src/app/pages/CLI/index.js
@@ -22,7 +22,7 @@ class CLI extends React.Component {
22
token={authToken}
23
loading={isLoadingCLI}
24
username={user && user.username}
25
- signIn={this.props.signals.sigin}
+ signIn={this.props.signals.signInClicked}
26
/>
27
</Container>
28
);
0 commit comments