mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -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,
|
||||
refetch: formatQuery,
|
||||
} = useAPIQuery<string>({
|
||||
key: [expr],
|
||||
path: "/format_query",
|
||||
params: {
|
||||
query: expr,
|
||||
|
|
Loading…
Reference in a new issue