Skip to content

Commit

Permalink
Update ui/components/MesheryPatterns.js
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
  • Loading branch information
leecalcote committed Feb 26, 2024
1 parent 57104a7 commit 76ff513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/MesheryPatterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ function MesheryPatterns({
Below is a graphql query that fetches the catalog patterns that is published so
when catalogVisibility is true, we fetch the catalog patterns and set it to the patterns state
which show the catalog patterns only in the UI at the top of the list always whether we filter for public or private patterns.
And our rest api already fetch published so for we not rquired this.
Meshery's REST API already fetches catalog items with `published` visibility, hence this function is commented out.
*/
// const fetchCatalogPatterns = fetchCatalogPattern({
// selector: {
Expand Down

0 comments on commit 76ff513

Please sign in to comment.