Cleanup
This commit is contained in:
parent
5eeb7ac669
commit
819203a9fa
|
@ -387,7 +387,7 @@ jobs:
|
|||
<<: *android-executor
|
||||
environment:
|
||||
<<: *android-env
|
||||
# <<: *bash-env
|
||||
<<: *bash-env
|
||||
steps:
|
||||
- android-build
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ class NewServerView extends React.Component<INewServerViewProps, INewServerViewS
|
|||
this.setHeader();
|
||||
|
||||
this.state = {
|
||||
text: 'https://client-ssl-cert.dev.rocket.chat/',
|
||||
text: '',
|
||||
connectingOpen: false,
|
||||
certificate: null,
|
||||
serversHistory: []
|
||||
|
|
Loading…
Reference in New Issue