Merge pull request #2150 from ZBoxApp/PLT-1963
PLT-1963: Fixing intl console error on Outgoing webhook edit
Этот коммит содержится в:
@@ -18,6 +18,10 @@ const holders = defineMessages({
|
|||||||
callbackHolder: {
|
callbackHolder: {
|
||||||
id: 'user.settings.hooks_out.callbackHolder',
|
id: 'user.settings.hooks_out.callbackHolder',
|
||||||
defaultMessage: 'Each URL must start with http:// or https://'
|
defaultMessage: 'Each URL must start with http:// or https://'
|
||||||
|
},
|
||||||
|
select: {
|
||||||
|
id: 'user.settings.hooks_out.select',
|
||||||
|
defaultMessage: '--- Select a channel ---'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -153,10 +157,7 @@ class ManageOutgoingHooks extends React.Component {
|
|||||||
key='select-channel'
|
key='select-channel'
|
||||||
value=''
|
value=''
|
||||||
>
|
>
|
||||||
<FormattedMessage
|
{this.props.intl.formatMessage(holders.select)}
|
||||||
id='user.settings.hooks_out.select'
|
|
||||||
defaultMessage='--- Select a channel ---'
|
|
||||||
/>
|
|
||||||
</option>
|
</option>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user