We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2c3e9 commit b504ec3Copy full SHA for b504ec3
1 file changed
testgen/ui/components/frontend/js/pages/connections.js
@@ -34,7 +34,7 @@ const { div, span } = van.tags;
34
* @returns
35
*/
36
const Connections = (props) => {
37
- loadStylesheet('testsuites', stylesheet);
+ loadStylesheet('connections', stylesheet);
38
Streamlit.setFrameHeight(1);
39
window.testgen.isPage = true;
40
0 commit comments