Skip to content

Commit e4e3a44

Browse files
committed
default isReadOnly to false
1 parent 0945be2 commit e4e3a44

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/maps/public/store

1 file changed

+1
-1
lines changed

x-pack/plugins/maps/public/store/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const FLYOUT_STATE = {
1919
const INITIAL_STATE = {
2020
flyoutDisplay: FLYOUT_STATE.NONE,
2121
isFullScreen: false,
22-
isReadOnly: true,
22+
isReadOnly: false,
2323
};
2424

2525
// Reducer

0 commit comments

Comments
 (0)