test ci extract lint
Этот коммит содержится в:
коммит произвёл
yasserfaraazkhan
родитель
a06b297c8f
Коммит
a24fd99149
@@ -42,7 +42,7 @@ const AddContentMenuItem = (props: Props): JSX.Element => {
|
||||
newBlock.boardId = card.boardId
|
||||
|
||||
const typeName = handler.getDisplayText(intl)
|
||||
const description = intl.formatMessage({id: 'ContentBlock.addElement', defaultMessage: 'add {type}'}, {type: typeName})
|
||||
const description = intl.formatMessage({id: 'ContentBlock.addElement', defaultMessage: 'add {type} __ci-test__'}, {type: typeName})
|
||||
|
||||
const afterRedo = async (nb: Block) => {
|
||||
const contentOrder = card.fields.contentOrder.slice()
|
||||
|
||||
@@ -213,7 +213,7 @@ export default class Plugin {
|
||||
const siteStats = await fetchSiteStats();
|
||||
return {
|
||||
playbook_count: {
|
||||
name: <FormattedMessage defaultMessage={'Total Playbooks'}/>,
|
||||
name: <FormattedMessage defaultMessage={'Total Playbooks__ci-test__'}/>,
|
||||
id: 'total_playbooks',
|
||||
icon: 'fa-book', // font-awesome-4.7.0 handler
|
||||
value: siteStats?.total_playbooks,
|
||||
|
||||
Ссылка в новой задаче
Block a user