Kaynağa Gözat

[#1] Fix selection_mode single-row argument error

Lange François 3 hafta önce
ebeveyn
işleme
2b7ec0ad9d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"
                     )