Postman NOT using original verb upon 301 redirection

When making a POST to an endpoint and server responds with 301 redirection, Postman follows the redirection with a second call but uses GET instead of the original POST method. See attached screenshot.

Is this a bug?