Skip to content

null is a valid value for runStatus

Stuart Fisher requested to merge dc-failed-fix into main

This commit 598fbffd, converted null/undefined to "uninitialised" which was then not handled by the <StatusBadge />. This meant that during a running scan it was marked as failed as its the default state. null is in fact a valid state which means "running"

broken state:

Screenshot 2024-07-26 at 13.54.32.png

now corrected

Edited by Stuart Fisher

Merge request reports