From e82df1296274b109f1a151c8b8888a5f06388277 Mon Sep 17 00:00:00 2001 From: Yusuf Musleh Date: Sun, 21 Jan 2024 14:42:12 +0300 Subject: [PATCH] feat: Change order of actions in dropdown --- .../author-library/LibraryAuthoringPage.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/library-authoring/author-library/LibraryAuthoringPage.jsx b/src/library-authoring/author-library/LibraryAuthoringPage.jsx index 7a762b2d..fef0b74e 100644 --- a/src/library-authoring/author-library/LibraryAuthoringPage.jsx +++ b/src/library-authoring/author-library/LibraryAuthoringPage.jsx @@ -145,18 +145,18 @@ export const BlockPreviewBase = ({ iconAs={Icon} /> - setShowDeleteModal(true)} - > - {intl.formatMessage(messages['library.detail.block.delete'])} - setOpenContentTagsDrawer(block.id)} > {intl.formatMessage(messages['library.detail.block.manage_tags'])} + setShowDeleteModal(true)} + > + {intl.formatMessage(messages['library.detail.block.delete'])} +