Turris OS 7.2 is out!

I have some forwarding rules set, such as

config redirect
	option name 'vpn2'
	option target 'DNAT'
	list proto 'udp'
	option src 'wan'
	option src_ip '78.80.16.0/20'
	option src_dport '12345'
	option dest 'lan'
	option dest_ip '192.168.1.3'

I can see them correctly listed on http://192.168.1.1/reforis/network-settings/port-forwarding
But when I click three dots > Edit, I get

Oops! Something went wrong:
TypeError: port is undefined

and then I can click anything in the menu, the error page will not disappear, until I press F5. Yes I don’t specify dest_port because it is not required when port is not changed. Please make it work with such scenario too.