removed widgetType from serialization

This commit is contained in:
bigcat88 2025-07-10 06:38:49 +03:00
parent 982f4d6f31
commit e1975567a3
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

@ -204,7 +204,6 @@ class WidgetInputV3(InputV3):
return super().as_dict_V1() | prune_dict({
"default": self.default,
"socketless": self.socketless,
"widgetType": self.widgetType,
"forceInput": self.force_input,
})