mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
880182c805
commit
eb0c9d563e
@ -220,7 +220,7 @@ export const PrometheusSettingsForm: React.VFC<PrometheusFormProps> = ({
|
||||
);
|
||||
PrometheusSettings = () => (
|
||||
<>
|
||||
<PrometheusAnimation />
|
||||
<PrometheusAnimation enabled />
|
||||
<PrometheusFormFields
|
||||
prometheusUrl={prometheusUrl}
|
||||
prometheusConfig={prometheusConfig}
|
||||
|
Loading…
Reference in New Issue
Block a user