Skip to content

Commit 93b6e7b

Browse files
authored
chore: move scopes from pro to advanced (#2319)
1 parent 06390c5 commit 93b6e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/avo/views/resource_index_component.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def render_dynamic_filters_button
159159
end
160160

161161
def scopes_list
162-
Avo::Pro::Scopes::ListComponent.new(
162+
Avo::Advanced::Scopes::ListComponent.new(
163163
scopes: scopes,
164164
resource: resource,
165165
turbo_frame: turbo_frame,
@@ -169,7 +169,7 @@ def scopes_list
169169
end
170170

171171
def can_render_scopes?
172-
defined?(Avo::Pro)
172+
defined?(Avo::Advanced)
173173
end
174174

175175
private

0 commit comments

Comments
 (0)