Fixes for RNodeMultiInterface

This commit is contained in:
RFNexus 2025-04-20 23:17:24 -04:00
parent 8e21c26c2f
commit a0d6b752a3
2 changed files with 5 additions and 10 deletions

View file

@ -386,8 +386,7 @@ class FormMultiTable(urwid.Pile, FormField):
try:
value = transform(value)
except (ValueError, TypeError):
pass
value = ""
value = ""
if value:
subinterface[field_key] = value