Skip to content

Commit

Permalink
#9110: Fix - Maps widget dropdown menu is not visible on embedded das…
Browse files Browse the repository at this point in the history
…hboard (#9114)
  • Loading branch information
dsuren1 authored Apr 20, 2023
1 parent 050f1f2 commit e1e775f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/client/product/appConfigDashboardEmbedded.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import version from '../reducers/version';

import dashboard from '../reducers/dashboard';
import widgets from '../reducers/widgets';
import maptype from '../reducers/maptype';

export default {
pages: [{
Expand All @@ -28,7 +29,8 @@ export default {
baseReducers: {
version,
dashboard,
widgets
widgets,
maptype
},
storeOpts: {
persist: {
Expand Down

0 comments on commit e1e775f

Please sign in to comment.