Fix crash in MainDetails component on Replica edit.
When editing a Replica while looking at its MainDetails screen and
changing a value, the MainDetails page in the background
automatically re-renders on each value selection, and crashed if the
value was edited to be null.
Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>