Skip to content

Commit b990ab9

Browse files
authored
remove onmount double call in feature editor
1 parent 060b853 commit b990ab9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/client/plugins/FeatureEditor.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ const FeatureDock = (props = {
143143
footer={getFooter(props)}>
144144
{getDialogs(props.tools)}
145145
<Grid
146-
onMount={props.onMount}
147-
showFilteredObject={props.showFilteredObject}
148146
editingAllowedRoles={props.editingAllowedRoles}
149147
initPlugin={props.initPlugin}
150148
customEditorsOptions={props.customEditorsOptions}

0 commit comments

Comments
 (0)