mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -151,5 +151,4 @@ const menuItems = computed(() => {
|
||||
|
||||
return items
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
@@ -165,9 +165,7 @@ const translateMenuItem = (item: MenuItem): MenuItem => {
|
||||
}
|
||||
|
||||
const showSettings = (defaultPanel?: string) => {
|
||||
settingsDialog.show(
|
||||
defaultPanel as Parameters<typeof settingsDialog.show>[0]
|
||||
)
|
||||
settingsDialog.show(defaultPanel as Parameters<typeof settingsDialog.show>[0])
|
||||
}
|
||||
|
||||
const showManageExtensions = async () => {
|
||||
|
||||
Reference in New Issue
Block a user