Skip to content

Commit

Permalink
BUG: Incomplete header information on edit page (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell authored Jan 23, 2024
1 parent 926b3bc commit 20e6340
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cht-user-management",
"version": "1.0.2",
"version": "1.0.4",
"main": "dist/index.js",
"dependencies": {
"@fastify/autoload": "^5.8.0",
Expand Down
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 20e6340

Please sign in to comment.