Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
808
Merge Requests
55
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
fff3acb5
Commit
fff3acb5
authored
38 minutes ago
by
Olivia Madrid
Browse files
Options
Download
make session protected
parent
826789e8
generic-layout-2194
1 merge request
!634
Analytics components refactor and summary tab
Pipeline
#94151878
failed with stages
in 12 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/analytics/v2/layouts/layout-summary/layout-summary.component.ts
View file @
fff3acb5
...
...
@@ -61,7 +61,7 @@ export class AnalyticsLayoutSummaryComponent implements OnInit {
},
];
constructor
(
private
client
:
Client
,
pr
ivate
session
:
Session
)
{}
constructor
(
private
client
:
Client
,
pr
otected
session
:
Session
)
{}
ngOnInit
()
{
// TODO: confirm how permissions/security will work
...
...
This diff is collapsed.
Please
register
or
sign in
to comment