console: fix wrong illustration is displayed for Prometheus enabled screen

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7383
GitOrigin-RevId: 78c4cc9a1fe95c7c889423ad85f853ba4f255379
This commit is contained in:
Nicolas Inchauspe 2022-12-30 12:06:23 +01:00 committed by hasura-bot
parent 880182c805
commit eb0c9d563e

View File

@ -220,7 +220,7 @@ export const PrometheusSettingsForm: React.VFC<PrometheusFormProps> = ({
);
PrometheusSettings = () => (
<>
<PrometheusAnimation />
<PrometheusAnimation enabled />
<PrometheusFormFields
prometheusUrl={prometheusUrl}
prometheusConfig={prometheusConfig}