Skip to content

Commit b2d2a32

Browse files
committed
fix
1 parent d5f9b2f commit b2d2a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/base/jl_plotly_graph/jlpg001_plotly_graph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ callback!(app, Output("graph", "figure"), Output("status", "children"), Input("d
1818
return (plot, status)
1919
end
2020

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

0 commit comments

Comments
 (0)