Skip to content

Commit

Permalink
Merge pull request #1794 from akto-api-security/remove_pre_req_component
Browse files Browse the repository at this point in the history
remove feature
  • Loading branch information
Ark2307 authored Dec 2, 2024
2 parents 1c14da5 + f1a1538 commit 1862745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function UserConfig() {
</LegacyCard>
)

const components = [<TestCollectionConfiguration/>, rateLimit, updateDeltaPeriodTime ,preRequestScriptComponent]
const components = [<TestCollectionConfiguration/>, rateLimit, updateDeltaPeriodTime]

return (
isLoading ? <SpinnerCentered />
Expand Down

0 comments on commit 1862745

Please sign in to comment.