버튼 텍스트 변경: 견적 견적 산출 → 자동 견적 산출
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
4081
package-lock.json
generated
4081
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -952,7 +952,7 @@ export function AutoCalculationSimulator({
|
|||||||
|
|
||||||
{/* 산출 버튼 */}
|
{/* 산출 버튼 */}
|
||||||
<Button onClick={handleAutoCalculation} className="w-full h-12">
|
<Button onClick={handleAutoCalculation} className="w-full h-12">
|
||||||
견적 견적 산출 ({quotes.length}개 항목)
|
자동 견적 산출 ({quotes.length}개 항목)
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{/* 결과 표시 */}
|
{/* 결과 표시 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user