We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0945be2 commit e4e3a44Copy full SHA for e4e3a44
x-pack/plugins/maps/public/store/ui.js
@@ -19,7 +19,7 @@ export const FLYOUT_STATE = {
19
const INITIAL_STATE = {
20
flyoutDisplay: FLYOUT_STATE.NONE,
21
isFullScreen: false,
22
- isReadOnly: true,
+ isReadOnly: false,
23
};
24
25
// Reducer
0 commit comments