Explorar el Código

[#1] Fix selection_mode single-row argument error

Lange François hace 3 semanas
padre
commit
f2aa47ce99
Se han modificado 1 ficheros con 1 adiciones y 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"
                     )