Skip to content

Commit

Permalink
Merge pull request #353 from reyes256/fix/quicksight-dashboard-issue
Browse files Browse the repository at this point in the history
Fix issue with loading QuickSight dashboards
  • Loading branch information
iann0036 committed Dec 31, 2023
2 parents 6f7894c + f198dfd commit 4907bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/services/quicksight.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ async function updateDatatableAnalyticsQuickSight() {
data.Dashboard['AccountId'] = accountId;

await sdkcall("QuickSight", "describeDashboardPermissions", {
AnalysisId: analysis.AnalysisId,
DashboardId: dashboard.DashboardId,
AwsAccountId: accountId
}, false).then(permissionsdata => {
data.Dashboard['Permissions'] = permissionsdata.Permissions;
Expand Down

0 comments on commit 4907bb0

Please sign in to comment.