Skip to content

Commit 60dd051

Browse files
fadmarinafr0l
authored andcommitted
Update default port in input
1 parent bffdd1f commit 60dd051

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/screen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class Screen extends React.Component {
3232
<div className="section-caption">
3333
Screen
3434
</div>
35-
<div className="port selection">
36-
<input type="text" id="device-agent-endpoint" defaultValue="http://localhost:41799"></input>
35+
<div>
36+
<input type="text" id="device-agent-endpoint" defaultValue="http://localhost:27753"></input>
3737
<Button onClick={(ev) => {this.setDeviceAgentPort();}} >
3838
Set DA endpoint
3939
</Button>

0 commit comments

Comments
 (0)