Skip to content

Commit 31e2c64

Browse files
committed
Fix eslint issues
1 parent 3f61012 commit 31e2c64

File tree

1 file changed

+2
-2
lines changed
  • portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/ShareAPI

1 file changed

+2
-2
lines changed

portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/ShareAPI/ShareAPI.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
(

0 commit comments

Comments
 (0)