Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Sep 11, 2024
1 parent e218204 commit 93b5567
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.2.1",
"@comfyorg/litegraph": "^0.7.66",
"@comfyorg/litegraph": "^0.7.67",
"@primevue/themes": "^4.0.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/stores/settingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ export const useSettingStore = defineStore('setting', {
id: 'Comfy.Node.NodeIdBadgeMode',
name: 'Node ID badge mode',
type: 'combo',
options: Object.values(NodeBadgeMode),
defaultValue: NodeBadgeMode.HideBuiltIn
options: [NodeBadgeMode.None, NodeBadgeMode.ShowAll],
defaultValue: NodeBadgeMode.None
})
},

Expand Down

0 comments on commit 93b5567

Please sign in to comment.