Skip to content

Commit

Permalink
remove the default value of True (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Apr 1, 2022
1 parent 6bf3bbd commit 7810c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/models/tabulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class DataTabulator(HTMLBox):

sorters = List(Dict(String, String))

select_mode = Any(default=True)
select_mode = Any()

selectable_rows = Nullable(List(Int))

Expand Down

0 comments on commit 7810c1e

Please sign in to comment.