녹음/파일업로드 기능을 요구사항 파악 탭에서만 표시되도록 수정
This commit is contained in:
@@ -2804,19 +2804,21 @@
|
||||
))}
|
||||
</div>
|
||||
|
||||
{/* Step Features: Voice & Files - Available for all steps */}
|
||||
<div className="grid grid-cols-1 xl:grid-cols-2 gap-8 animate-in slide-in-from-bottom-6 duration-700 pt-8 border-t border-slate-100">
|
||||
<VoiceRecorder
|
||||
tenantId={tenant.id}
|
||||
scenarioType={scenarioType}
|
||||
stepId={activeStep.id}
|
||||
/>
|
||||
<FileUploader
|
||||
tenantId={tenant.id}
|
||||
scenarioType={scenarioType}
|
||||
stepId={activeStep.id}
|
||||
/>
|
||||
</div>
|
||||
{/* Step Features: Voice & Files - Only for Requirements step (id 2) */}
|
||||
{activeStep.id === 2 && (
|
||||
<div className="grid grid-cols-1 xl:grid-cols-2 gap-8 animate-in slide-in-from-bottom-6 duration-700 pt-8 border-t border-slate-100">
|
||||
<VoiceRecorder
|
||||
tenantId={tenant.id}
|
||||
scenarioType={scenarioType}
|
||||
stepId={activeStep.id}
|
||||
/>
|
||||
<FileUploader
|
||||
tenantId={tenant.id}
|
||||
scenarioType={scenarioType}
|
||||
stepId={activeStep.id}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* Log Area */}
|
||||
<div className="pt-12 border-t border-dashed border-slate-200 space-y-6">
|
||||
|
||||
Reference in New Issue
Block a user