Skip to content

Commit

Permalink
enable showRequestHeaders in Actions RequestOptionsTransforms
Browse files Browse the repository at this point in the history
  • Loading branch information
indigostar-kr authored Apr 4, 2024
1 parent b66c43b commit e28b10f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const RequestOptionsTransforms: React.FC<RequestOptionsTransformsProps> = ({
requestQueryParamsOnChange,
requestAddHeadersOnChange,
}) => {
const showRequestHeaders = false;
const showRequestHeaders = true;
const requestMethodOptions: RequestTransformMethod[] = [
'GET',
'POST',
Expand Down

0 comments on commit e28b10f

Please sign in to comment.