mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Remove wrong query key for format_query
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
fef4c15283
commit
e5e212dad2
|
@ -147,7 +147,6 @@ const ExpressionInput: FC<ExpressionInputProps> = ({
|
||||||
isFetching: isFormatting,
|
isFetching: isFormatting,
|
||||||
refetch: formatQuery,
|
refetch: formatQuery,
|
||||||
} = useAPIQuery<string>({
|
} = useAPIQuery<string>({
|
||||||
key: [expr],
|
|
||||||
path: "/format_query",
|
path: "/format_query",
|
||||||
params: {
|
params: {
|
||||||
query: expr,
|
query: expr,
|
||||||
|
|
Loading…
Reference in a new issue