Skip to content

Commit

Permalink
Ensure new widgets are added to the user dashboard if his permissions…
Browse files Browse the repository at this point in the history
… change
  • Loading branch information
SilverD3 committed Dec 1, 2023
1 parent e6ba634 commit 6064049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/layouts/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const getLayouts =
type: GET_LAYOUTS_SUCCESS,
payload: {
layout,
toolbox,
toolbox: toolboxDashboards(layout, toolbox),
data: {
...payload,
configValue: encodeLayout({ layout, toolbox }),
Expand Down

0 comments on commit 6064049

Please sign in to comment.