Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

fixes new features dialog #483

Merged
merged 3 commits into from
Jul 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/helperComponents/AddOrEditAnnotationDialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export default ({ formName, getProps, dialogProps }) => {
return compose(
withDialog({
isDraggable: true,
height: 450,
width: 350,
...dialogProps
}),
Expand Down
2 changes: 1 addition & 1 deletion src/helperComponents/AddOrEditFeatureDialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const renderTypes = (
export default AddOrEditAnnotationDialog({
formName: "AddOrEditFeatureDialog",
dialogProps: {
height: 570,
height: 500,
width: 400
},
getProps: props => ({
Expand Down