mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 16:54:03 +00:00
[TS] Enable noUnusedParameters (#3110)
This commit is contained in:
@@ -34,7 +34,7 @@ describe('SettingItem', () => {
|
||||
name: 'Node Input Conversion Submenus',
|
||||
type: 'combo',
|
||||
value: 'Top',
|
||||
options: (value: string) => ['Correctly Translated']
|
||||
options: () => ['Correctly Translated']
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user