Skip to content

Commit f2d6e96

Browse files
committed
streamlit key conflict node_code -> node_checks
1 parent 742c809 commit f2d6e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flowco/ui/page_files/check_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def edit_node(self, node_id: str):
183183
self.edit_checks(node_id)
184184

185185
def show_node_details(self, node: Node):
186-
with st.container(key="node_code", border=True):
186+
with st.container(key="node_checks", border=True):
187187
st.write("###### Checks")
188188
assertions = node.assertions or []
189189
if assertions:

0 commit comments

Comments
 (0)