From 7f76f8b87118f309b6428f4bfbcf1a5077d67661 Mon Sep 17 00:00:00 2001 From: llj Date: Mon, 10 Apr 2023 15:57:39 +0800 Subject: [PATCH] [share dialog] 'share link' panel: modified UI details for 'link creation' (#5430) --- frontend/src/components/share-link-panel/link-creation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/share-link-panel/link-creation.js b/frontend/src/components/share-link-panel/link-creation.js index 841736a91f..19c1d40cc1 100644 --- a/frontend/src/components/share-link-panel/link-creation.js +++ b/frontend/src/components/share-link-panel/link-creation.js @@ -248,11 +248,11 @@ class LinkCreation extends React.Component { {type == 'batch' ? gettext('Generate links in batch') : gettext('Generate Link')} -
+ {type == 'batch' && ( - - + + )}