mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 22:59:14 +00:00
Swap label order: cleaner and more consistent
This commit is contained in:
@@ -23,12 +23,8 @@ class DisconnectedWidget extends BaseWidget<IButtonWidget> {
|
||||
|
||||
override onClick() {}
|
||||
|
||||
override get displayName() {
|
||||
return 'Disconnected'
|
||||
}
|
||||
|
||||
override get _displayValue() {
|
||||
return this.label ?? ''
|
||||
return 'Disconnected'
|
||||
}
|
||||
}
|
||||
const conf: IButtonWidget = {
|
||||
|
||||
Reference in New Issue
Block a user