Skip to content

Commit

Permalink
Make selection is default (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral authored Jan 16, 2025
1 parent d21df0c commit bd4f668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions speckle_connector_3/src/filters/send/selection_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def initialize(selected_object_ids, summary = DEFAULT_SUMMARY)
super('selection', 'Selection', nil, summary)
@selected_object_ids = selected_object_ids
self[:selectedObjectIds] = selected_object_ids
self[:isDefault] = true # hard coded default value, that's fair
end

def check_expiry(ids)
Expand Down

0 comments on commit bd4f668

Please sign in to comment.