Skip to content

Commit

Permalink
Fix image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Dec 1, 2024
1 parent 27c81c1 commit 4476b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/05_milton.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def handle_click(**kwargs):
setattr(m, "zoom_to_layer", False)
if len(selected) > 0:
catalog_ids = selected["catalog_id"].values.tolist()

image.value = None
if len(catalog_ids) > 1:
image.options = catalog_ids
image.value = catalog_ids[0]
Expand Down

0 comments on commit 4476b44

Please sign in to comment.