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 className="dialog-body">
|
||||
{exportDialog.scope !== 'single' && (
|
||||
<div className="dialog-section">
|
||||
<h4>导出范围</h4>
|
||||
<div className="scope-tag-row">
|
||||
@@ -6272,6 +6273,7 @@ function ExportPage() {
|
||||
{exportDialog.sessionNames.length > 20 && <span className="scope-item">... 还有 {exportDialog.sessionNames.length - 20} 个</span>}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{shouldShowFormatSection && (
|
||||
<div className="dialog-section">
|
||||
|
||||
Reference in New Issue
Block a user