Skip to content

Commit

Permalink
Merge branch 'dev' into feat/enhance-docs-in-readme-and-about-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoend committed Nov 21, 2022
2 parents 0acf153 + 2e6d1b8 commit c91721b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions public/runtime-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "",
"version": "",
"buildVersion": 0,
"buildTime": 0,
"buildHash": "",
"name": "@gogoend/svg-filter-graph-builder",
"version": "0.1.0",
"buildVersion": 1,
"buildTime": 1669045829945,
"buildHash": "da22682af5611aece8df3959f91a8b3e7dbcfc33",
"logDestination": "https://dowob.net/sfgb/v1/log/l"
}
2 changes: 1 addition & 1 deletion src/store/projectInfoState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function projectInfoState() {
createdTime: currentProject.value?.project.createdTime ?? Number(new Date()),
lastModifiedTime: Number(new Date()),
lastModifierId: currentUserProfileId,
name: ''
name: currentProject.value?.project.name ?? ''
}

const projectFileData: Omit<ProjectFile, 'id'> & { id?: string } = {
Expand Down

0 comments on commit c91721b

Please sign in to comment.