Skip to content

Commit db07aa6

Browse files
committed
fix
1 parent b2d2a32 commit db07aa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/base/jl_plotly_graph/jlpg001_plotly_graph.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Dash
22
using PlotlyBase
3-
43
app = dash()
54
app.layout = html_div() do
65
dcc_graph(id = "graph",
@@ -18,4 +17,4 @@ callback!(app, Output("graph", "figure"), Output("status", "children"), Input("d
1817
return (plot, status)
1918
end
2019

21-
run_server(app, dev_tools_props_check = true)
20+
run_server(app)

0 commit comments

Comments
 (0)