Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jegorenkov committed Sep 29, 2022
1 parent b1e70d4 commit e262d2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/edit-forms/EditPopupMap.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ export const editPopupBySchemaAndType = (
key={`${editProps.schema}-${editProps.type}-${editProps.id}`}
templateName="PageMainEdit"
data={editProps}
templateData={{
templateData={
{
onBack: props.onClose,
onSaveCallback: editProps.onSaveCallback,
}}
}
}
/>
</Popup>
</UI.Popup.NaePopupProvider>
Expand Down

0 comments on commit e262d2d

Please sign in to comment.