mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
fix(export): hide scope card for single dialog
This commit is contained in:
@@ -6259,6 +6259,7 @@ function ExportPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="dialog-body">
|
<div className="dialog-body">
|
||||||
|
{exportDialog.scope !== 'single' && (
|
||||||
<div className="dialog-section">
|
<div className="dialog-section">
|
||||||
<h4>导出范围</h4>
|
<h4>导出范围</h4>
|
||||||
<div className="scope-tag-row">
|
<div className="scope-tag-row">
|
||||||
@@ -6272,6 +6273,7 @@ function ExportPage() {
|
|||||||
{exportDialog.sessionNames.length > 20 && <span className="scope-item">... 还有 {exportDialog.sessionNames.length - 20} 个</span>}
|
{exportDialog.sessionNames.length > 20 && <span className="scope-item">... 还有 {exportDialog.sessionNames.length - 20} 个</span>}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{shouldShowFormatSection && (
|
{shouldShowFormatSection && (
|
||||||
<div className="dialog-section">
|
<div className="dialog-section">
|
||||||
|
|||||||
Reference in New Issue
Block a user