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