We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742c809 commit f2d6e96Copy full SHA for f2d6e96
src/flowco/ui/page_files/check_page.py
@@ -183,7 +183,7 @@ def edit_node(self, node_id: str):
183
self.edit_checks(node_id)
184
185
def show_node_details(self, node: Node):
186
- with st.container(key="node_code", border=True):
+ with st.container(key="node_checks", border=True):
187
st.write("###### Checks")
188
assertions = node.assertions or []
189
if assertions:
0 commit comments