Skip to content

Commit

Permalink
Modified constants to change REST to Uppercase so filter would work
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeholdorf committed Dec 20, 2024
1 parent 33e8c87 commit 90cadfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ApiFilters = {
kind: {
label: "API type",
options: [
{ value: "rest", label: "REST" },
{ value: "REST", label: "REST" },
{ value: "graphql", label: "GraphQL" },
{ value: "grpc", label: "gRPC" },
{ value: "soap", label: "SOAP" },
Expand Down

0 comments on commit 90cadfe

Please sign in to comment.