Skip to content

Commit

Permalink
Incomplete header information on edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Jan 21, 2024
1 parent 889e361 commit 637f93d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/add-place.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default async function addPlace(fastify: FastifyInstance) {
logo: Config.getLogoBase64(),
hierarchy: Config.getHierarchyWithReplacement(place.type, 'desc'),
place,
session: req.chtSession,
contactType: place.type,
contactTypes: Config.contactTypes(),
backend: `/place/edit/${id}`,
Expand Down

0 comments on commit 637f93d

Please sign in to comment.