Skip to content

Commit 9f30bd5

Browse files
committed
Fix double registration of callback
1 parent 1851432 commit 9f30bd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

panel/app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ def csv_data(
353353
)
354354

355355
dummy_color_pickers_bind = pn.bind(
356-
create_color_pickers, interactive_states, colors_select.param.value, watch=True
356+
create_color_pickers,
357+
interactive_states,
358+
colors_select.param.value,
357359
)
358360

359361
interactive_palette = pn.bind(

0 commit comments

Comments
 (0)