feat: Show toast when exporting course tags (#995)
Show in in-progress toast when exporting course tags
This commit is contained in:
@@ -69,7 +69,7 @@ export const getToolsMenuItems = ({ studioBaseUrl, courseId, intl }) => ([
|
||||
},
|
||||
...(getConfig().ENABLE_TAGGING_TAXONOMY_PAGES === 'true'
|
||||
? [{
|
||||
href: `${studioBaseUrl}/api/content_tagging/v1/object_tags/${courseId}/export/`,
|
||||
href: '#export-tags',
|
||||
title: intl.formatMessage(messages['header.links.exportTags']),
|
||||
}] : []
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user