Skip to content

Resolve "TUI - missing validation - incorrect account name may crash the clive"

Mateusz Żebrak requested to merge mzebrak/126-tui-to-field-crashes into develop

Closes #126 (closed)

What reviewer should know:

The crash occurred because some of the inputs could return None (because they create a notification) when getting their .value

This resulted in passing a None to a property of schemas model which doesn't allow for None and crashing

Edited by Mateusz Żebrak

Merge request reports