Skip to content

fix(registrar): fix app view with disabled email

  • If there was an application where was a disabled VALIDATED_EMAIL item, the preview would not be displayed, because of an error. The setEnabled method expected the textBox to exist. However, on a preview, there was no textBox, there was only a paragraph.

Merge request reports