File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,8 @@ const updateDestinations = async () => {
142142 connection_modes,
143143 settings,
144144 actions,
145- presets
145+ presets,
146+ partnerOwned : destination . partnerOwned
146147 } ;
147148
148149 // Add the updated destination to the destinationsUpdated array
Original file line number Diff line number Diff line change @@ -98,5 +98,13 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
9898</ div >
9999{% endunless %}
100100{% endif %}
101+ {% if destinationInfo.partnerOwned == true %}
102+ < div >
103+ < h6 > Partner Owned</ h6 >
104+ < ul class ="components-list ">
105+ < li > This integration is partner owned. Please reach out to the partner's support for any issues.</ li >
106+ </ ul >
107+ </ div >
108+ {% endif %}
101109</ div >
102110{% endif %}
You can’t perform that action at this time.
0 commit comments