Skip to content

Commit b504ec3

Browse files
committed
refactor: rename stylesheet loading tag
1 parent fd2c3e9 commit b504ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testgen/ui/components/frontend/js/pages/connections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const { div, span } = van.tags;
3434
* @returns
3535
*/
3636
const Connections = (props) => {
37-
loadStylesheet('testsuites', stylesheet);
37+
loadStylesheet('connections', stylesheet);
3838
Streamlit.setFrameHeight(1);
3939
window.testgen.isPage = true;
4040

0 commit comments

Comments
 (0)