mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fir for incorrect total apps count
This commit is contained in:
parent
298fd8b098
commit
fb1494a561
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class AppsController < ApplicationController
|
|||
@meta = {
|
||||
total_pages: @apps.total_pages,
|
||||
folder_count: @scope.count,
|
||||
total_count: App.count,
|
||||
total_count: App.where(organization: @current_user.organization).count,
|
||||
current_page: @apps.current_page
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue