feat: Show toast when exporting course tags (#995)

Show in  in-progress toast when exporting course tags
This commit is contained in:
Chris Chávez
2024-05-24 05:24:59 -05:00
committed by GitHub
parent 7247cc2d71
commit c3df0b0692
5 changed files with 119 additions and 5 deletions

View File

@@ -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']),
}] : []
),