Skip to content

Commit dbb2a9c

Browse files
committed
hide warehouses in beta
1 parent 5e22306 commit dbb2a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/content/regional-integrations-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% assign destinations = site.data.catalog.destinations.items %}
2-
{% assign warehouses = site.data.catalog.warehouse.items %}
2+
{% assign warehouses = site.data.catalog.warehouse.items | where: "status", "PUBLIC" %}
33

44
<input class="table-search" type="text" id="filterInput" onkeyup="searchFilter()"
55
placeholder="Search for an integration..">

0 commit comments

Comments
 (0)