Skip to content

Commit

Permalink
Merge branch 'main' into Notes-100--Comment-Edit-bldrs-ai#1186
Browse files Browse the repository at this point in the history
Signed-off-by: OlegMoshkovich <oleg.mosh@gmail.com>
  • Loading branch information
OlegMoshkovich committed Jun 4, 2024
2 parents 519bb1a + 967e4e6 commit 17bf426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.1040",
"version": "1.0.1047",
"main": "src/index.jsx",
"license": "AGPL-3.0",
"homepage": "https://github.com/bldrs-ai/Share",
Expand Down
3 changes: 2 additions & 1 deletion src/Share.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export default function Share({installPrefix, appPrefix, pathPrefix}) {
}
if (modelPath === null ||
(modelPath.filepath && modelPath.filepath !== mp.filepath) ||
(modelPath.gitpath && modelPath.gitpath !== mp.gitpath)) {
(modelPath.gitpath && modelPath.gitpath !== mp.gitpath) ||
(!modelPath.gitpath && mp.gitpath)) {
setModelPath(mp)
debug().log('Share#onChangeUrlParams: new model path: ', mp)
}
Expand Down

0 comments on commit 17bf426

Please sign in to comment.