Skip to content

Commit

Permalink
add response table entry to hidable
Browse files Browse the repository at this point in the history
  • Loading branch information
Llandy3d committed Apr 28, 2024
1 parent 72b7d49 commit 7e1d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/test/browser/requests-table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
.filter(([, hide]) => !hide)
.map(([id]) => id);
const hidableCols = ["host", "path", "content"];
const hidableCols = ["host", "path", "content", "response"];
</script>

<div>
Expand Down

0 comments on commit 7e1d7a7

Please sign in to comment.