Commit f1b0bd8c authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Show error messages

parent bde5969a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -52,6 +52,12 @@ function SimulationConfiguration() {
            </span>
          </div>
        </Box>
        {data.state == "fail" ? (
          <Box>
            <Box.Header>Errors</Box.Header>
            <Box.Value>{data.error_messages}</Box.Value>
          </Box>
        ) : null}
      </Section>
      <Section header="General">
        <Box>