Explorar o código

[#1] Fix selection_mode single-row argument error

Lange François hai 3 semanas
pai
achega
2b7ec0ad9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
                     )