소스 검색

[#1] Fix selection_mode single-row argument error

Lange François 3 주 전
부모
커밋
2b7ec0ad9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -1247,7 +1247,7 @@ with tab_plate:
                         },
                         use_container_width=True,
                         on_select="rerun",
-                        selection_mode="single_row",
+                        selection_mode="single-row",
                         key="product_preview_table"
                     )