Skip to content

Commit

Permalink
chore: handle 204 content types
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Feb 3, 2025
1 parent 742a5bf commit b34f405
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export function PlaygroundResponseCard({
title="PDF preview"
allowFullScreen
/>
) : response.response.status === 204 ? (
<PlaygroundResponsePreview response={response} />
) : (
<FernErrorTag
component="PlaygroundEndpointContent"
Expand Down

0 comments on commit b34f405

Please sign in to comment.