File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/ShareAPI Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,8 @@ function ShareAPI(props) {
186186 < FormLabel component = 'legend' style = { { marginTop : 8 , marginBottom : 8 } } >
187187 < FormattedMessage
188188 id = 'Apis.Details.Configuration.components.Share.API.no.organizations'
189- defaultMessage = 'No organizations are currently registered under your current organization to share the API.'
189+ defaultMessage = 'No organizations are currently registered under
190+ your current organization to share the API.'
190191 />
191192 </ FormLabel >
192193 </ Box >
@@ -200,7 +201,6 @@ function ShareAPI(props) {
200201 setVisibleOrganizations = { setVisibleOrganizations }
201202 selectionMode = { selectionMode }
202203 setSelectionMode = { setSelectionMode }
203- subValidationDisablingAllowed = { settings . allowSubscriptionValidationDisabling }
204204 />
205205 { ( api . gatewayVendor === 'wso2' ) &&
206206 (
You can’t perform that action at this time.
0 commit comments