Skip to content

Commit

Permalink
chore: move scopes from pro to advanced (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Jan 4, 2024
1 parent 06390c5 commit 93b6e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/avo/views/resource_index_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def render_dynamic_filters_button
end

def scopes_list
Avo::Pro::Scopes::ListComponent.new(
Avo::Advanced::Scopes::ListComponent.new(
scopes: scopes,
resource: resource,
turbo_frame: turbo_frame,
Expand All @@ -169,7 +169,7 @@ def scopes_list
end

def can_render_scopes?
defined?(Avo::Pro)
defined?(Avo::Advanced)
end

private
Expand Down

0 comments on commit 93b6e7b

Please sign in to comment.